Array aggregator is not aggregating

:bullseye: What is your goal?

I’m trying to make a scenario that upload multiples files from OneDrive to Cloudinary, and send post a carousel on Instagram

:thinking: What is the problem & what have you tried?

I have an iterator that iterate through all the files that I get from onedrive and then goes to a Cloudinary module that upload each file.
Then I add an Array aggregator after that to collect all urls from Cloudinary module in order to have an array of url. but the problem is that my Array aggregator and the modules after it are called as many time as I have files uploaded.
I can see that the Iterator → Cloudinary → Array aggregator are not in the same block, so that might be the problem, but I don’t know where I’m doing something wrong.
Do you see something I’m missing?
Thanks

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

1 Like

Aaaahh, I understood, in the Array aggregator the “Source Module” must be the iterator, not the module just before.
And I’ve read the doc again, it is explained :sweat_smile: well, maybe not obvious at first, but I guess I’m good now.

2 Likes