Automation builder
This page covers the automation builder canvas. The automation builder is a vertical canvas that runs from START to END. Your trigger sits at the top, and each block you add appears below it as a card. Open any automation in Automation from the top navigation to work in the builder.
Block cards
Each card shows the block's icon, a short label (for example, branch · Find All · collection Branch or If · field equals value), and a status badge:
| Badge | Meaning |
|---|---|
| valid | The block is configured and ready. |
| needs config | Required settings are still missing. |
| error | The block has an invalid configuration. |
You can Save with blocks that still need configuration, but you can't turn the automation On until every block is valid.
Adding and nesting blocks
- Click the + between two cards to insert a block at that point.
- Container blocks hold nested blocks in their own section — a condition branch shows an IF · TRUE section, and a loop shows a LOOP BODY section. Each has its own + Add item button to add blocks inside it.
Nested blocks run only when that branch matches or that loop iterates. Nesting is limited to one level deep.
Header controls
The builder header shows the automation name, an Unsaved changes indicator, when it was last edited, and the block count. On the right:
| Control | Description |
|---|---|
| Off / Active | Turn the toggle on (Active) to run the automation. Available only when every block is valid. |
| Duplicate | Create a copy of the automation. |
| Delete | Remove the automation. |
| Save | Save changes, even with incomplete blocks. |
The value picker
Fields that accept input have a + picker for inserting {{alias.field}} tokens. It lists the data in scope:
| Source | Description |
|---|---|
| Variables | Variables defined earlier in the flow. |
| Collections | Fields from the trigger record and any Record blocks above. |
| Webhook Responses | Data captured from webhook and on-demand responses above. |
Related
- Triggers — Set when an automation runs
- Blocks overview — Conditions, records, variables, loops, code
- Actions overview — Do the work