How to create decision paths in your workflows
if
statement in programming.
If you choose the Condition action, the properties pane on the right lets you define the condition. By default, there’s only one condition, but you can combine multiple conditions with logical conjunction (click And) or disjunction (click Or).
Every condition contains one or two data fields. Clicking a data field opens the Data Selector view, allowing you to select output from any of your prior actions:
switch
statement in programming.
Data type | Operator |
---|---|
Text | Contains |
Text | Does not contain |
Text | Is |
Text | Is not |
Text | Starts with |
Text | Does not start with |
Text | Ends with |
Text | Does not end with |
Number | Is greater than |
Number | Is less than |
Number | Is equal to |
Boolean | Is true |
Boolean | Is false |
All data types | Exists |
All data types | Does not exist |
List | Is empty |
List | Is not empty |
List | Length is greater than |
List | Length is less than |
List | Length is equal to |
List | Contains |
List | Does not contain |
Date | Is before |
Date | Is after |