Multiple Array Aggregators - Last step drops Data

Hello,
I am using a Google-Ads report module as an iterator and the array aggregator module to close the loop. This loop is to get all account-IDs of my MCC Account.

Inside of the loop, I have the same loop again (with G-ads and array-aggregator), but this time for the campaigns.

And the same loop once more, for the ad-groups.

I do a small calculation and save it as a variable.

All array-aggregators are doing their job… except of one.

Whenever I check the checkbox for the field called “array” of the last array-aggregator-modul and save it, the checkbox is un-checked, once I open the module again.
Basically, the checkbox with the name “array” is un-savable in the last array-aggregator.

Why is this? I couldn’t find any rule, that the arrays need different names, or cannot exceed a certain size.
Thanks for all of your help!


Welcome to the Make community!

You cannot aggregate duplicate property/variable names.

You’ve already selected one “Array” below. So you’ll need to use a Set Variable module to “rename” the second array if you also need that.

Alternatively, you can use the built-in function merge to combine both arrays.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.