Branch ForEach (Chunking)
  • 16 Jan 2023
  • 1 Minute to read
  • Dark
    Light

Branch ForEach (Chunking)

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Modified in Version7.12.0
LocationFlow Management > Branching

The Branch ForEach (Chunking) step takes in a list of items of a data type and creates a branch for each iteration. This is different from a normal ForEach step because instead of a Next outcome path, the Branch ForEach step automatically asserts that each item in the list will be output on the For Each outcome path. If the result type is set to ListofItems, the size of the outputted lists can be configured.




Properties

Collection

PropertyDescriptionData Type
TypeAllows a user to select a data type---
Fail If EmptyCreates an outcome path for an empty valueBoolean
Result TypeDetermines whether the step will output each item individually or as a list---
Output List SizeEnabled if ListOfItems is chosen as the result type.

This sets the max size of entities each list created by the ForEach step can hold.

This size can be increased can be greater than the inputted list size.
---

Inputs

PropertyDescriptionData Type
CollectionList of the specified Data TypesList of [DataType]


Related Information

Forum Posts:
Using Branch For Each Step And Getting Errors
Running Branch For Each Step Asynchronously


Was this article helpful?

What's Next