Description
Executes an entity action over one record.
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. |
|
Record |
|
yes |
Always |
The record to be modified by the action. |
|
Data |
|
no |
Always |
Specific data to be sent to the action. |
Outputs
Name | Type | Description |
---|---|---|
actionResult |
|
A record or a custom response if the action has been configured to do that. |
Sample

The flow starts, the execute action on record step executes actions over a record 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.