The Loop Through List action is used to apply a number of actions to a list of items. These items can include:
Tags
A comma separated text list
Multi-select dropdown (coming soon)
Parameters
Description | |
Select a control | The source that holds the list data. |
Embedding actions
Actions are embedded within the Loop Through List action.
As the loop iterates through each value in the list, one or more actions are applied within the context of the value.
This is represented by indented actions beneath the loop. Below, you can see the Assign Value to Action Result Action action is indented beneath the Loop Through List action, and the blue bracket line on the left shows it is embedded within the loop.
When you hover over the Loop Through List action, the plus sign ( β ) will add an action indented underneath.
You can also drag and drop other actions within the Loop Through List action.
Actions embedded in the loop have access to the current looped list value. Note in the below example action, the ListValue variable is available in dropdowns where you need to assign a value. This ListValue variable will hold the data for the current iteration of the loop.



