Describes how to use the execute action on record step

Description

Executes an entity action over one record.

Category

Data

Inputs

Label Type Required Default Visibility Description

Entity

entity

yes

Always

The entity that the action belongs to.

Action

entityAction

yes

Always

The action to be executed.

Record

record

yes

Always

The record to be modified by the action.

Data

dataBody

no

Always

Specific data to be sent to the action.

Outputs

Name Type Description

actionResult

object

A record or a custom response if the action has been configured to do that.

Sample

Execute action on record image.

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.

Back to top