Dynamic content in email - Personalize the email
Hi everyone,
My schema has a column name called features with values feature1, feature2, feature3 and one recipient can have multiple features
For ex:
recipient 1 feature 1
recipient1 feature 2
recipient 1 feature 3
in the HTML, i have added the if conditions but before my email activity there is a deduplication activity. So, not sure if it filters the recipient1 and keeps only one record.
Also, how can I achieve the dynamic content in the email.
For ex:
recipient 2 feature 1
recipient 2 feature 3
recipient3 feature 1
recipient3 feature 3
As per the above example, recipient2 purchased two features now I want to show only feature 2 in the email and same for recipient 3
if condition fails if the first condition itself satisfies , it will not check for the rest of the conditions in the html. Please suggest
Thank you in advance.