Forum Discussion
koryknick
3 years agoEmployee
ForEach is a deprecated snap and we recommend that you use Pipeline Execute instead, which you could simply split the RecordType values and call the child pipeline for each of the values… you could even set the Pool Size as more than 1 to get some concurrency of the call.
As for grouping the results, you could use Group By Fields, Group By N, or Gate snap, depending on how this pipeline is executed and the expected records into and out of the child pipeline.