Execute actions on entity list

This action will execute the given actions, for each item that belongs to the entity collection named in the EntityName option.
To access field values from the currently iterated entity, in the actions from the list, you can use tokens that look like this:[EntityName:EntityFieldName].

  • Entity Name - set a name for the entity so you can reference it later by name. Can contain My Tokens.
  • Filter - filter the entities in the list by setting a field and its value.
  • Action List - actions that will be executed on each entity in the list. It refers the fields of the loaded entity through [EntityName:EntityFieldName] token.
  • Continue on error - continues to the next iteration even if the current one failed to execute.
  • On Error - define a list of actions to run on error. Otherwise, an error message is returned. It will contain the underlying error if debug mode is on.

Action Grid default entity

There are 3 default entities available in Action Grid only, which can be used in your implementations(eg. do something on all items from Grid without the need to select them).

  • Default Entity Name: ActionGridEntry
  • Selected Items Entity Name: ActionGridEntry:Selected
  • Updated Items Entity Name: UpdatedActionGridEntry