Description
Executes an action over the records returned by a query.
Category
Data
Inputs
Label | Type | Required | Default | Visibility | Description |
---|---|---|---|---|---|
Entity |
|
yes |
Always |
The entity that the action belongs to. |
|
Action |
|
yes |
Always |
The action to be executed. |
|
Query |
|
yes |
|
Filter to match the records to execute the action. |
|
Data |
|
no |
Always |
Specific data to be sent to the action. |
|
Wait task to finish |
|
no |
Always |
Flag to set if the action should wait for the job to finish. |
Outputs
Name | Type | Description |
---|---|---|
taskId |
|
The task ID in charge of the execution of the action. |
Sample

The flow starts, the execute action on data step executes actions over records founded and then the execution finishes with the end step. In case of an error while executing the action, the error will be logged and the execution will finish.