Skip to main content

Logic Nodes

Logic nodes can be used when the flow must be branched based on the given conditions.

1. Condition Node

Branch the flow based on if-else logic with this node.

Condition Node

Condition node must have:

Condition Node

You can select a variable to check its value against a condition. Available operators are:

Condition operators

This condition statement allows you to compare the value of a variable to a specific value. For more complex conditions, such as comparing multiple variables simultaneously, you can check the "Use text" box and enter your custom logic using AND, OR operators. For example:

Complex If Statment