Where can this be used?
In Flow Messages:

Syntax
Currently, there are two options to make use of conditional rendering:- If/Else rendering
- For loop / List rendering
If/Else rendering
The syntax for this looks like so:Different types of Conditions:
-
contains:
Example:#{{if contact.firstname contains 'dog' then 'Doglover' else 'Catlover'}} -
isTrue:
Example:#{{if contact.dog isTrue then 'Doglover' else 'Catlover'}} -
isEmpty: e.g.
Example:#{{if apiPayload.food isEmpty then 'No Food' else 'Still food'}} -
equals:
Example:#{{if contact.pet equals 'dog' then 'DOG' else 'CAT'}}
For loop / List rendering
Here, the syntax look like so:Accessing Variables
When setting Variables through the Dropdown in Campaigns:
