Execute Actions for each List Entry
Audience:
Citizen Developer
Skill Prerequisites:
Using Form Builder
This action will execute the specified actions for each item that belongs to the list collection named in the List Name
parameter. To access field values from the currently iterated entity in the specified actions, use this token syntax:[ListName:EntityFieldName]
.
Typical Use Cases
- Use the Send Email action to send individual emails to a list of people in an entity.
- Use the Run SQL Query action to insert the records in an entity to a table in the database.
Don't use it to
- Run actions on data not loaded into an entity. Just run the actions normally.
Related Actions
Action Name | Description |
---|---|
Add List Entry | Creates an list in the current context to which you can load values from the current context. Use this to create the list that will be processed with this action. |
Create List from CSV file (obsolete) | Creates an list in the current context from the content of a provided CSV file. Use this to create the list that will be processed with this action. |
Create List from a CSV source | Creates an list in the current context from a CSV list. Use this to create the list that will be processed with this action. |
Create List from Excel (xlsx) | Creates an list in the current context from the content of a provided Excel(XLSX) file. Use this to create the list that will be processed with this action. |
Create List from JSON | Creates an list in the current context from the provided JSON model. Use this to create the list that will be processed with this action. |
Create List from SQL | Creates an list in the current context from the result of the provided SQL Query. Use this to create the list that will be processed with this action. |
Input Parameter Reference
The parameters unique to this action are listed below. Review the common parameters for all actions here.
Parameter | Description | Supports Tokens | Default | Required |
---|---|---|---|---|
List Name | Name of the list on which the specified actions will execute. | Yes | empty string | Yes |
Filters | Specify one or more Field and Value pairs to filter the items from the entity on which the action will execute. | Yes | None Specified | No |
Context Behavior | Depending on how you use this action, you might want to change the scope of the generated tokens.
| No | None Selected | No |
Action List | Specify the actions that will be executed on each item in the entity list. Refer to the fields of the loaded entity using the [List:ListFieldName] token syntax. | Yes | None Specified | No |
Continue on error | Continues to the next iteration even if the current one failed to execute. | No | false | No |
On Error | Specify the Actions that will be executed if an error is caught in one iteration. If Continue On Error is checked, final actions like Display Message/Error won't be executed. | Yes | None Specified | No |