Condition Wizard V2 node
The Condition Wizard V2 node uses logical operators to compare values and evaluate them as true or false. For example: (username eq "admin" **or** role eq "manager"). Based on the result, the flow can follow different execution paths.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Note
A legacy Condition Wizard V1 node also exists. V1 is case-sensitive and uses {{variable}} syntax. V2 is recommended — it supports case-insensitive comparisons, an extended set of operators, and variable selection via dropdown.
Node configurations
- Conditions: Compare values using logical operators such as and, or, and not grouped together.
The Condition Preview shows a simplified representation of the configured logic.
Standard operators
| Operator | Meaning |
|---|---|
eq |
Equal |
ne |
Not equal |
co |
Contains |
sw |
Starts with |
ew |
Ends with |
pr |
Present (value exists) |
gt |
Greater than |
ge |
Greater than or equal |
lt |
Less than |
le |
Less than or equal |
Extended operators (case-insensitive variants)
| Operator | Meaning |
|---|---|
xeq |
Extended equal |
xne |
Extended not equal |
xco |
Extended contains |
xsw |
Extended starts with |
xew |
Extended ends with |
Default output node
- True
- False
- Failure