← Back to the Developer Tools category

Conditional Join

This node joins two mutually exclusive workflow branches into a single flow, emitting the value from whichever branch was active.

LogicBranchJoin
Try this node

Inputs

NameTypeRequiredDescription
trueanyNoValue from the 'true' branch of a Conditional Fork.
falseanyNoValue from the 'false' branch of a Conditional Fork.

Outputs

NameTypeDescription
resultanyThe value from whichever branch was active.

Related Nodes in Developer Tools