ForEach Step (Chunking)
- 02 Dec 2022
- 1 Minute to read
- Print
- DarkLight
ForEach Step (Chunking)
- Updated on 02 Dec 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 ForEach Step (Chunking) breaks a list of objects into smaller lists for easier processing. The input to this step controls the size of these smaller lists, each smaller list run through the loop created after this step.
Properties
Data
Property | Description | Data Type | |
---|---|---|---|
Type | The desired data type that the step will evaluate. | --- | |
Result Type | Output a List of Items or a Single Item. | --- | |
Output List Size | Choose how many items are included within the List of Items. | --- |
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?