Skip to main content

Condition

With a Condition Node, you can evaluate several Expressions of an if/else-if/else block. To use the Node, define one or several conditions. Each condition corresponds with an output branch, and there is always one additional output branch in case that no condition is true (Else case).

The Node will evaluate the conditions from top to bottom. Once a condition evaluates to true, the Flow will continue in the corresponding branch for that condition. In case no condition is true, the Flow will continue in the Else branch.