Logic Category
Conditional Stop
Evaluates data and stops execution if a condition is met.
Workflow:
- Extract data (e.g., using AI)
- Compare against a fixed value
Supported operators:
- Equal to
- Not equal to
- Contains
- Does not contain
- Exists
- Does not exist
- Greater than
- Less than
- Greater than or equal to
- Less than or equal to
If the condition evaluates to true, execution stops.
IF Condition
Uses AI to evaluate a condition.
Behavior:
- If true → execution follows one path
- If false → execution follows another path
This enables conditional automation flows.
Stop Schedule
Stops an active scheduled job.
Typically used together with IF conditions to stop automation based on logic.
Last updated on