Hi Iterable community!
We are looking to personalize an email based on whether or not you're in one of 22 states that are eligible for this message. I'm struggling to figure out the handlebar logic that would check if you're in one of these 22 states and populate that eligible message. The fields we're using for this are:
user field = locations
content = state initials (CA, CO, IA, etc.)
type = string
Essentially, I'm looking to say:
if locations=CA or locations=CO or locations=IA insert message here if else N/A.
I've tried #or, #ifContainsStr, #if, etc. and so far no luck.
Has anyone done something similar and can help me build out this logic?