Hi everyone
I have a requirement where, based on the value of targetdata.column1 (e.g., value1), the HTML email template should render only the top 3 blocks.
To provide more context:
The HTML template contains multiple rows that are arranged in order of priority, such as:
If targetdata.column1 equals value1, eligible only for Row 1 and Row 2 should be rendered in the email template. How can I ensure that only these specific rows are displayed?
Thank you in advance