Can't aggregate all URLs after Iterator loop to a single Google Sheet row

I used an Iterator to split the URLs and successfully upload images to WordPress. However, I can’t figure out how to collect the final list of image URLs and send them together to Google Sheets. I tried branching the flow, but it remains inside the loop. I also used Array Aggregator and Text Aggregator, but both still return multiple operations instead of a combined result.

My goal is to upload multiple images to WordPress from a list of URLs using an Iterator, and then collect all the resulting image URLs into a single cell (or row) in Google Sheets after the loop finishes.

If your aggregator is returning multiple results, you configured it wrong. You always aggregate on the module that produces the extra bundles.

1 Like