Getting started
Rules Engine Widgets
Switch Case
2 min
purpose problem statement needed to handle multiple conditional branches within a workflow based on different values or criteria requirements should allow users to define multiple cases (conditions) and route each case to a specific action or node, including an optional default path use cases routing workflows based on user roles, status, or category handling multiple responses in a chatbot flow executing different logic paths based on variable values or api responses outcome enables dynamic and organized control over complex conditional logic by supporting multiple branches from a single node how to use drag & drop the switch case node onto the canvas define the variable or condition to evaluate add multiple case blocks , each representing a possible value or condition connect each case output to the corresponding next node (optional) add a default path for unmatched conditions test the flow to verify correct routing for each case