If
Use the If node to split a workflow conditionally based on comparison operations.
Add conditions
Add comparison conditions using the Add Condition filter. The available comparison operations vary for each data type.
String:
Contains
Not Contains
Ends With
Not Ends With
Equal
Not Equal
Regex Match
Regex Not Match
Starts With
Not Starts With
Is Empty
Is Not Empty
Number:
Smaller
Smaller or Equal
Equal
Not Equal
Larger
Larger or Equal
Is Empty
Is Not Empty
Date & Time:
Occurred after
Occurred before
Boolean:
Equal
Not Equal
AND / OR
If you have more than one condition, you can choose either:
AND: data must match all conditions to be true.
OR: data only needs to match one of the conditions to be true.
Last updated