Automations
Trigger actions automatically when your data changes.
What are automations?
Automations let you define rules: when something happens (trigger), do something else (action). They run in real-time and are logged in the audit trail.
Examples:
Triggers and actions
A trigger is the event that starts the automation. An action is what happens next.
| Triggers | Actions |
|---|---|
| Record created | Update record |
| Record updated | Create record |
| Field value changed | Send notification |
You can combine triggers with conditions to make automations more precise. For example: trigger when status changes, but only if priority is "High".
Actions execute in order. The output of one action can feed into the next.
Managing automations
Access automations from the sidebar under your base. Each automation shows:
You can pause, edit, duplicate, or delete automations. All automation runs are logged in the audit trail.
Be careful with automations that create records — they can trigger other automations, creating loops. SAJEL has built-in loop detection, but it's best to design carefully.