Loop: apply to each action executes a block of actions for each item in the iterating array.
For more information about Action Builder read Action Builder introduction article.
To configure the action Loop: apply to each additional property should be specified:
Configuration
Property | Required | Type | Description |
Iterating array |
yes | Array |
Need to specify an array or select an output from previous actions. This can be the output of a Get Items action, a variable having an array, a multi lookup field, a multi choice field or just an array directly calculated in this property. |
Availability
Modern Forms | List Actions | Scheduled/Triggered Actions |
✓ | ✓ | ✓ |
Example of Loop: apply to each action configuration with SharePoint list items
Output
Output Parameter | Type | Description |
CurrentItem | Object | Returns an element from the iterating array |
Index | Number | Returns an iteration number of element |
Count | Number | Returns total iterations number |
Note: Outputs available for actions inside Loop: apply to each action
Comments
0 comments
Article is closed for comments.