Condition Node
Below is a guide for creating and using a condition node.
Last updated
Was this helpful?
Below is a guide for creating and using a condition node.
Last updated
Was this helpful?
Click the Add new node button in the top-right corner to begin defining a new workflow element.
From the dropdown, select Condition node.
The node will be pre populated with an ELSE condition for you. We will shed more light on this further in this guide.
Drag the node to any location on the canvas—its position will be saved automatically.
To configure your condition node follow these steps:
Click Add new condition to launch the Condition Configuration wizard.
You’ll see three inputs to define your rule:
Field – Select which variable you want to evaluate from the dropdown of your defined variables.
Operator – Choose one comparison operator (==
, ===
, !==
, >
, <
, >=
, <=
) from the list.
Value – Pick a type:
true
, false
, null
, undefined
empty
(checks for []
or {}
)
Custom
(enter any string in the input that appears below after you select this type)
Click Add a condition (bottom-left) to insert a nested rule, then select AND
or OR
to chain multiple criteria.
When you’re satisfied, click Save to apply your condition(s).
After the modal closes, verify the node’s summary view to ensure your conditions are displayed clearly.