Getting started
Rules Engine Widgets
Yes/No Decision
3 min
purpose problem statement needed to create a decision based flow that branches into two possible outcomes — yes or no requirements should allow users to define conditions and actions for both “yes” and “no” paths, connecting to other nodes accordingly use cases building conditional logic in automation workflows deciding whether to trigger follow up actions based on a user’s input or data value creating survey or chatbot flows where responses guide the next step outcome provides a simple yet powerful way to control the flow of logic and route actions dynamically based on conditions how to use drag & drop the yes/no node onto the canvas define the condition that determines the yes or no result connect the “yes” and “no” output handles to the respective next nodes optionally, label the connections for better clarity test the flow to ensure correct branching behavior