Fields
Sample data
In this example the chosen transformer adds acurrency field, and the template uses both the original price and that new currency to build a nested pricing block. The original fields are kept, and the pricing block is added on top.
| Field | Value |
|---|---|
| Data transformer | Set values: currency = EUR |
| Template | { "pricing": { "amount": "&{price}", "currency": "&{currency}" } } |