Hi folks,
I’m not sure the best way to describe this, but is it possible to create something like multiple Personalization variables/fallbacks?
For example:
I’m working with a list where most subscribers have supplied their first and last name, but some have left the field blank, and in some cases, instead of a name, there are multiple instances of the fields having “bc”.
Is it possible to do something like the below, but have the “first name” revert to the default value if another specified value is found, not just when the first name value is missing?
Hi {{ first_name|default:'there' }}
Sort of like: “Hi {{first_name | if: blank, if:”bc” | default: “there”}}
This probably isn’t possible, maybe I’ve spent too much time in excel, but it would be awesome if possible!
Thanks!