Hi, I am new to Marketo but knows velocity properly.
I have product jsonArray. Each json Object inside array has field name "Id", "name", "size" "color", "price". I would like to show product name and price, group by Color.
The jsonArray is a custom object., So I can show the value using {{my.jsonPayload}}. I can't parse and process the Json payload, in velocity.
Can anyone share some sample code, please?
If it's a Custom Object, you can't be outputting it as {{my.token}}. That's a Program-level token.
Please be precise about how you're storing the data and provide an actual example JSON value, formatted using the syntax highlighter.