Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

ForEach Step (Chunking)

Prev Next

Step Details

Introduced in Version---
Last Modified in Version7.12.0
LocationData > 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

PropertyDescriptionData Type
TypeThe desired data type that the step will evaluate.---
Result TypeOutput a List of Items or a Single Item.---

Output List SizeChoose how many items are included within the List of Items.---

Inputs

PropertyDescriptionData Type
CollectionA list of items to pass into a Flow loop to manipulate data for each item evaluated.List of ---

Outputs

PropertyDescriptionData Type
ItemAn item from the Collection.
---
Item IndexRepresents the Item's position in the List, starting from 0.
Int32