Condition Wizard V2 node
The Condition Wizard V2 node enables you to define logical conditions to compare values and evaluate them as true or false. 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: You can create one or more conditions by comparing values using logical operators such as AND, OR, and NOT grouped together.
The Condition Preview shows a simplified representation of the configured logic. For example: (username eq "admin" or role eq "manager").
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