Examples
Basic Transformations
{{3.response.customers.0.last_name.toUpper()}} {{3.response.customers.0.last_name.toUpper().toLower().toTitleCase()}} Dynamic and Nested Transformations
{{2.{{3.name}}.foo}} {{3.response.customers.0.default_address.name.replace({{3.response.customers.0.last_name.toLower()}}, {{3.response.customers.0.first_name.toUpper()}})}} {{variables.customer_data.{{3.key}}.value.replace({{4.x}},'z')}}Logical and List Transformations
{{21.parseJSON().name}} Error Handling and Fallback Option
Last updated
Was this helpful?