Getting too many bundles

Hey everyone,
I’m new to Make and could use some help.
I have two Google Sheets that I want to combine into one file (I plan to add more later, but I’m starting with two for now). I’ve added two “Get Range Value” modules, but the second module is running the same number of times as the first one. For example, if my first scenario has 50 bundles, the second scenario runs 50 times as well. How can I make the second module run just once?

@Mendy
I think… Array Aggregator module helps you. What happens if you connect an Array Aggregator after the first “Get Range Value”?
If you can show us screenshots of the configuration and processing of the connected modules, we may be able to resolve this issue in detail.

@momomomonmon
Thank you so much, it worked!
I added an Array Aggregator between the modules, and now it works perfectly!

1 Like