Skip to main content
The Condition action evaluates a rule and routes the workflow down one of two branches: True or False.

Configuration

FieldRequiredDescription
Condition expressionYesThe rule to evaluate using variable syntax. Example: {sentiment} == 'positive'
Connect different nodes to the True and False output handles to define what happens in each case.

Supported operators

OperatorDescription
==Equals
!=Not equals
containsString contains value
not_containsString does not contain value

Use case

After a Call Lead action, a Condition node checks {outcome} == 'interested'. If true, a HubSpot action creates a deal. If false, a Wait node pauses for 24 hours before a Send SMS action sends a re-engagement message.

Next steps

Router

Need more than two branches? Use Router for multi-path logic.