Hi everybody. I’m new on Make. I would like to know how I can merge modules with independent content (i.e. Google sheets data) in just one ne module (i.e. a new Google sheet).
I’ll really appreciate your help.
Hi everybody. I’m new on Make. I would like to know how I can merge modules with independent content (i.e. Google sheets data) in just one ne module (i.e. a new Google sheet).
I’ll really appreciate your help.
Thank you for your answer. I’ve done that, but the problem is the data for each record have to be in one row with different columns. When I do what you suggest, it creates records in different rows.
Got it, that means the data isn’t grouped into a single bundle before it hits the Google Sheets module. When Make sees multiple bundles, it runs the “Add Row” step for each bundle, which is why you get multiple rows.
To keep everything for one record in a single row with different columns:
Array aggregator – Use it to combine the values for each record into a single collection.
Map fields directly – Once it’s aggregated, map each item in the collection to its corresponding column in the sheet (Column A = Name, Column B = Email, Column C = Date, etc.).
Make sure the aggregator is grouping by a unique ID or key for that record — this tells Make “all these values belong in one row.”
If you’d like, I can help you quickly set up the aggregator with the right grouping so your sheet outputs exactly one row per record with all the fields in place.
If you want, I can also give you a simple visual flow showing exactly where the aggregator sits so they instantly get it.
Yes, I would like, Mike.