Skip to main contentOverview
The Combine node collects and combines results from parallel execution branches (typically from a For Each loop) into a single array. This is the complementary node to For Each.
Configuration
Element
Define the structure of individual elements to combine.
- Element: Individual elements to combine into an array
Outputs
- Combined: An array containing all the collected elements
Usage
Place the Combine node after a For Each loop to collect all processed elements back into a single array. Each iteration adds one element to the final combined output.