Logic Nodes and Automations
Camila Escobar · June 17, 2026
Logic nodes control the path an automation follows.
If / Else
The If / Else node branches execution based on conditions.
What it does
It evaluates one or more rules and splits the workflow into:
True branch
False branch
How to configure it
The configuration panel includes:
Name
The display name of the logic node.
Conditions
Each condition group can include:
a group
rule join mode:
AND
OR
a variable or context reference
an operator such as:
equals
a value to compare against
Add rule
Adds another rule to the same group.
Add condition group
Adds another group of conditions.
The node itself also visually shows the two outputs:
True
False
When to use it
Use If / Else when the automation should make a decision, such as:
if a record matches a threshold
if a value is empty
if a response succeeded
if a row should be processed differently based on its data