Hi @KD1 ,
This can be achieved using either of the following two approaches:
1. Split-Based Segmentation Approach:
Bifurcate the data into subsets using a Split activity.
Subset 1:- Records where @purchaseAttribute includes Groww, AngelOne, IndMoney
Subset 2:- Records where @purchaseAttribute includes AngelOne, IndMoney
Configure separate delivery activities for each subset.
Load and assign the respective content based on the subset logic.
2. HTML-Based Conditional Personalization:
Use if-else conditional expressions directly within the HTML template.
Dynamically personalize the entire content block based on the @attribute value at runtime.
Hope this helps.
Regards,
Abhinav