Iterator only picking up first collection of Array

Hi All!

Context
I’m running a make scenario that takes data from an API and adds it to a google sheet.
I’m using an iterator to loop through the pages and ensure I’m capturing the entire payload. Even though my Source Module in the Array Agg is the Repeater module, still no luck.

Issue
The iterator is only picking up the first collection of the Array (there are 4 in total) AND
only 1 row gets sent to my google sheet instead of the entire collection.

Expectation
Data from all 4 collections are sent to my google sheet

Here is my scenario, and outputs of the array aggregator and iterator

Hello @Dimitri_Lianoudakis,
This happens with many users because they do not select the exact array of input from the Make’s mapping dialog. They end up picking the first element of the array instead of the top array of multiple items

The data showing on the Mapping dialogue box is just for preview purposes.

Just cross-check your Iterator input and output.


:bulb:P.S.: Always search first, Check Make Academy. If this is helpful, Mark Best as Solutions :white_check_mark: and give :+1:
If you need expert help or have questions? Contact or comment below! :point_down:

Hey @dilipborad I don’t really follow, can you please be more specific? Which mapping dialogue box are you referring to?
I’ve added a picture of my array aggregator selection if that helps.