Blocks Group
The Blocks Group feature lets you combine multiple nodes into a single named block. This keeps your workflow organized and makes groups of nodes reusable across different parts of your automation.
Nodes inside a block execute in order from top to bottom. You can rearrange the order of nodes within the block at any time.
When to Use Blocks Group
- Complex workflows — Group related steps (e.g., "Login sequence" or "Fill form") to reduce visual clutter.
- Reusability — Create a block once and reuse the same logic in multiple places.
- Easier debugging — Collapse a block to focus on other parts of the workflow, then expand it when you need to inspect its steps.
Tips
- Give each block a descriptive name so you can quickly identify its purpose.
- Keep blocks focused on a single task for maximum reusability.
