A detailed guide to configuring, using, and maximizing the Conditional Node to automate branching logic in your Dume AI flows.
INPUT/priority
equals "High"
.Type | Operators | Example |
---|---|---|
Text | equals, does not equal, contains, does not contain, starts with, ends with, is empty, is not empty | username contains "admin" |
Numeric | equal to, not equal to, greater than, less than, greater than or equal to, less than or equal to | balance > 1000 |
Boolean | is true, is false | is_active is true |
General | exists, does not exist | orderId exists |
priority
equals "High"
priority
is “High”, the ticket is escalated.