Last updated 29 May 2026
Branch nodes split a workflow into a Yes path and a No path based on a value from an earlier step. This lets you build approval flows with different outcomes (e.g. approved vs rejected).
Each path (Yes / No) can have one or more conditions. All conditions in a group must be true for that path to be taken.
| Operator | Meaning | Field types |
|---|---|---|
| equals | Exact match (case-insensitive) | All |
| not equals | Does not match | All |
| contains | Field value includes the text | Text, Long Text, Checkbox |
| greater than | Numeric comparison | Number |
| less than | Numeric comparison | Number |
| greater than or equal | Numeric comparison | Number |
| less than or equal | Numeric comparison | Number |
Instead of filling in the condition manually, type a plain-English rule in the AI input at the bottom of each condition group and press Enter. For example:
BizFlow will map your description to the correct field, operator, and value automatically.
You can also change the operator directly on any existing condition row by clicking the operator dropdown between the field selector and value input.