Aggregate loop results into a single list
The Collect step closes a For Each loop by waiting for all iterations to complete, then aggregating results into a single list with an item count and fail count. The output format matches import steps, making it directly compatible with CSV Export and Google Sheets Export steps.
Collect waits for all iterations to finish, then aggregates the results into a single list with an item count and fail count. It uses field connections to build each collected item from the last step in the loop body. Place export steps (CSV Export, Google Sheets Export) after Collect to output the aggregated data.