I'm creating an email workflow, and in the subject I wanted to be able to do something like:
"How we can help {{ contact.company_name || Your Business}}"
If I have the contacts company name, then their name would be filled in. If it is an empty field/we don't have their name, it would default to a generic "Your Business".
This would allow for a lot more efficient ways of personalising communication, and would be a simple thing to add.
I tried adding a default value of {{ contact.company_name }}, but as this as GHL's own field, I am unable to edit it.