Skip to main content

Condition Branch

This node allows you to execute one of two paths based on the evaluation of a specified condition.

Enables you to define a condition within your flow. This node evaluates the condition and directs the output to the appropriate path based on the evaluation result. Note: If you need to pass additional/another data besides the output, you can use the merge node afterward to pass another value through it.

Condition Branch
Actual Value*Text
Target ValueText
Comparison KindSelect
Fields marked * are required. Dots are connection handles.

Inputs

Each input can be typed in directly or connected to another node's output.

InputTypeRequiredDescriptionAvailable when
Actual ValueTextRequired
Target ValueTextOptionalComparison Kind is none of “Is empty (None / "" / [] / {})”, “Is not empty”

Settings

SettingTypeDefaultDescription
Comparison KindSelectEquals

Comparison Kind options

OptionDefault
Equals
Not equals
Contains
Not contains
Ends with
Starts with
Regex Match
Greater than
Less than
Greater than or equal
Less than or equal
Is empty (None / "" / [] / {})
Is not empty

Output

Type: Text (text)

Named output handles: True, False.