List with multiple values
When sending multiple values in your JSON data, you simply have to add as many tags as required in your template :
Copy
Template
Result
{#orderLines}
- Ref. : {item_name}, price : {item_price}€
{/orderLines}
➡️
Ref. : trousers, price : 100€
Ref. : shirt, price : 50€
Last updated