GOGETMUSCLE Community Loop with object list not working

Loop with object list not working

Hi,

I send following data with the single send api:

{ …
“customProperties”: {
“products”: [
{
“product_id”: “PSKE”,
“product_name”: “Managed Kubernetes”,
“price”: “0,00&bnsp;€”,
“quantity”: “1”
}
],
… }

 The template module contains following code:

{% for item in custom.products %}

{{ item.product_id }}{{ item.product_name }}{{ item.quantity }}{{ item.price }}

{% endfor %}

All values in the e-mail are empty:

Why?

Leave a Reply

Your email address will not be published.

Related Post