Hi,
I have created a Marketing Email containing Dynamic Content which represents Web Order related to each Contact record.
Example. If a contact leaves their shopping cart online an email will be triggered from Dynamics Marketing. The email will then contain a link to their cart.
Currently, the email lists all Web Order records related to a Contact but I only want to show the most recent one. What do I need to add to my function to solve this?
Below you can see how it is currently set up:
{{#each contact.orkla_weborder_contact_orkla_consumerid}}
{{#if (eq this.orkla_status 'Abandoned Basket')}}
{{this.orkla_link}}
{{/if}}
{{/each}}
Thanks in advance!
Br, Joakim