ForEach Step
  • 21 Oct 2022
  • 1 Minute to read
  • Dark
    Light

ForEach Step

  • Dark
    Light

Article Summary

Step Details

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

PropertyDescriptionData Type
TypeThe desired data type that the step will evaluate.---

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


Was this article helpful?