Call On-Demand Automation
Run another automation that has an On demand trigger — useful for reusable sub-workflows. Add it from Add Condition, Record or Action → Action → Call On-Demand.
Configuration
| Field | Description |
|---|---|
| On-demand automation | The automation to run. The current automation is excluded from the list. |
| Input parameters | A value for each parameter the target automation defines. |
Mapping input parameters
Each parameter maps according to its type:
- Scalar (string, number, boolean, and so on) — Enter a value or insert a
{{alias.field}}token. - Object (from a Collection or JSON Object) — Either turn on Pass as whole object to bind a single record reference, or map each field or property individually.
If the target automation returns a value (its response type is not Void), a Response name field appears. Set an alias to reference the returned value in later steps.
Related
- Triggers — Set up an On demand trigger with input parameters
- Actions overview — All action types