HTML Email personalization
Hi team,
I have an html email with 3 columns in it which are basically features, and there is a column in my custom schema that has feature values.
For ex: Feature_Desc (column name) and each recipient may have 1 feature , 2 features or 3 features.
Recipient Feature_Desc
recipient1 feature1
recipient2 feature1,feature2
recipient3 feature1,feature2, feature3
Is there a way that I can show only 1 column if they have purchased only feature1 and 2 columns if they have purchased 2 features. Please suggest.
Thank you in advance.