{amount} over $1000?”), and the workflow takes one path if it’s true, and another if it’s false.
Key Capabilities
Rule Builder
Build conditions using logical operators—no coding required.
Natural Language
Or just describe your condition in plain English.
Smart Comparisons
Compare dates, numbers, text, and yes/no values with the right operators.
True/False Output
Outputs True or False to send your workflow down different paths.
Two Ways to Set Conditions
Each condition can be either a logical expression or natural language. You can add multiple conditions and combine them with AND or OR.- Logical Expression
- Natural Language
Build your condition by selecting three things:
Available operations:
| Field | What It Does |
|---|---|
| Source | The variable you want to check |
| Operation | How to compare it (see options below) |
| Value | The reference value to compare against |
- Equals / Not Equals
- Contains / Not Contains
- Starts With / Ends With
- Is Empty / Is Not Empty
- Is Null / Is Not Null
- Important decisions that need to be auditable
- Precise conditions that must work the same way every time
Output
The Decision Agent produces these outputs:| Output | What It Contains |
|---|---|
| Final Decision | True or False—the combined result of all your conditions |
| Condition 1, 2, etc. | True or False for each individual condition |
Make sure you connect both the True and False paths to something. If you leave one unconnected, your workflow might not work correctly.
How to Add a Decision Agent
1
Drop it into your workflow
Drag a Decision Agent into your workflow.
2
Choose your mode
Pick Logical Expression or Natural Language.
3
Write your condition
Set up what you want to check—like “amount greater than 1000” or “status equals approved”.
4
Connect both paths
Wire the True output to one path and the False output to another. Make sure both are connected.
5
Test it
Run a preview with test data to make sure both paths work as expected.
Tips for Better Results
Use Rule Builder for important decisions
Use Rule Builder for important decisions
Rule Builder gives you:
- Clear logic you can audit later
- Consistent behavior every time
- Easier troubleshooting when something goes wrong
Always connect both paths
Always connect both paths
If you leave the True or False path unconnected:
- Your workflow might get stuck
- You might get unexpected results
- Even if one path doesn’t need to do anything, connect it to something
Test both outcomes
Test both outcomes
In preview mode, run tests that trigger both True and False:
- Make sure the True path does what you expect
- Make sure the False path does what you expect
- Check that the right data flows to the next steps