Branch ForEach (Chunking)
- 16 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Branch ForEach (Chunking)
- Updated on 16 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Modified in Version | 7.12.0 |
Location | Flow 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
Property | Description | Data Type |
---|---|---|
Type | Allows a user to select a data type | --- |
Fail If Empty | Creates an outcome path for an empty value | Boolean |
Result Type | Determines whether the step will output each item individually or as a list | --- |
Output List Size | Enabled 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
Property | Description | Data Type |
---|---|---|
Collection | List of the specified Data Types | List of [DataType] |
Related Information
Forum Posts:
Using Branch For Each Step And Getting Errors
Running Branch For Each Step Asynchronously
Was this article helpful?