Hi all,
I would like to get some dynamic content into my email but need some help.
I want to go from my contact to my custom entity, and then filter each to show only the record where the move-in date field is equal to today, and get that records move-in date.
So far i have:
{{#each contact.contact.new_entity_new_moveindate }}
<-- I need to filter it here somehow to only show the record where the move in date is equal to today. -->
{{/each}}