Hello,
i have a custom entity named "subscription". I created a new n:n relation named "new_new_subscription_contact".
Now i want to create an marketing email where i can display all subscriptions a contact has.
I have played around with 1:n relations :
{{#each contact.lead_contact_parentcontactid}}
{{this.subject}}
{{/each}}
This example is working for me.
I have no idea how to implement a for each loop with n:n relation.
Thanks for you help
Ulrich