THEN) and one for when they are not met (OTHERWISE).
Available conditions
For a condition, you can use four types of data:- Contact variables: information in a contact’s profile, such as their email, name, website, or custom attributes.
- Global variables: variables set by the system, like the current date, time, day of the week, and if you are in business hours or not.
- Execution variables: variables passed when starting a flow.
- if a value is empty or not
- if a value contains another value
- if a value matches the operators
>,<,>=,<= - if a condition is met through a boolean, e.g. if the current time is in business hours.
All conditions are evaluated with an AND operator, meaning all conditions in the conditional must be met for the THEN branch to run, or the OTHERWISE branch will be executed.


