Skip to main content
Adds a fixed piece of text to the end of a value. Use this when you need to tack something onto the end of a field, such as adding a regional suffix to a product code, a unit like kg to a weight, or a file extension to a name. Whatever you type in the field below is added exactly as written, right after the existing value, with no space or separator added automatically.

Fields

Sample data

FieldValue
Append-EU
Input:
{ "sku": "SHIRT-001" }
Output:
{ "sku": "SHIRT-001-EU" }