Scenario: I want to send an email to my customers in which I want to include dynamic content based on the attribute "state". State is an array and some customers will be having multiple values stored in it.
So, I'm thinking if I use if/elsif liquid logic in the email template what content will be rendered to customers with 2 values in state.
or will it be a safer option if i choose audience path and attach a static copy for each state. It's just for four states.
Not satisfied with the answer AI gave me, hence posting here to listen from people with real life experience in execution.