I would like to add another use case. We will be capturing the airport code that a traveller would like to travel from, such as YVR (Vancouver, Canada). I’d like to do something like:
If airport code equals YVR, set airport name to Vancouver
Else if airport code equals YEG, set airport name to Edmonton
etc etc.
And then be able to spit out the airport name in the email. However, this doesn’t work because of the current limitations with contact properties and if statements.
This is pretty common programming, and it’s available in other ESPs. Would love to see HubSpot implement this for email, it would really open up a lot of possibilities.