← Back to the Developer Tools category

Conditional Fork

This node splits workflow execution into two branches based on a boolean condition, routing data to either the 'true' or 'false' output.

LogicBranchFork
Try this node

Inputs

NameTypeRequiredDescription
valueanyYesThe value to pass to the selected branch.
conditionbooleanYesThe boolean condition to evaluate (true → 'true', false → 'false').

Outputs

NameTypeDescription
trueanyOutput if the condition is true.
falseanyOutput if the condition is false.

Related Nodes in Developer Tools