Skip to main content
Adds a fixed piece of text to the front of a value. Use this when you need to put something at the start of a field, such as a prefix on a product code, a currency symbol before an amount, or a base path before a file name. Whatever you type in the field below is placed exactly as written, right before the existing value, with nothing added in between.

Fields

Sample data

FieldValue
PrependSHIRT-
Input:
{ "sku": "001" }
Output:
{ "sku": "SHIRT-001" }