ForEach Step
- 21 Oct 2022
- 1 Minute to read
- Print
- DarkLight
ForEach Step
- Updated on 21 Oct 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | --- |
Last Modified in Version | 7.12.0 |
Location | Data > Flow Management > Iteration |
The For Each Step passes individual items from a list belonging to a defined Data Type to a Flow loop. The Flow loop will then perform the same actions on each item. When every item has been processed, the loop forwards the finished list to any subsequent steps outside of the loop. The ForEach step can iterate through both default system data and user-defined data types.
Properties
Data
Property | Description | Data Type |
---|---|---|
Type | The desired data type that the step will evaluate. | --- |
Inputs
Property | Description | Data Type |
---|---|---|
Collection | A list of items to pass into a Flow loop to manipulate data for each item evaluated. | List of --- |
Outputs
Property | Description | Data Type |
---|---|---|
Item | An item from the Collection. | --- |
Item Index | Represents the Item's position in the List, starting from 0. | Int32 |
Was this article helpful?