Adding a Conditional
To add a conditional to your workflow:- Open the Workflow Editor
- Click the “Actions” button in the bottom left corner
- Select “Conditional” from the available actions
- Connect the conditional node to other actions using the handle connectors
Configuring Conditionals
Conditionals have two main components:- Condition Rule: A plain English description of when the condition should be true
- Paths: Multiple possible execution paths:
- Conditional Path: Actions to execute when the condition is met
- Default Path: A fallback path when no conditions are met
Writing Condition Rules
You can write conditions in natural language, such as:- “If the message contains the word ‘help’”
- “When the temperature is above 75 degrees”
- “If the user’s subscription is active”
Use Cases
Conditionals are ideal for:- Filtering trigger events
- Creating different paths based on data values
- Implementing approval flows
- Handling error cases
- Customizing responses based on input
Keep your condition rules clear and specific. The AI works best with
unambiguous conditions that can be evaluated to true or false.