How to load bundles from Iterator into next module

What are you trying to achieve?

I have an Iterator with 3 bundles as outputs.
But the next module (Sheets) does not map those fields so to load them

Screenshots: scenario setup, module configuration, errors


You can use inline functions to get the item. For arrays, you can use get() and map()

Hello. Trying but can“t make it work.

I have to get the names and emails from Meta data from Woocommerce Module to populate a Sheet.

The values come empty.

This is the value I have to get…

This is what IĀ“m trying last without results…

@felipemarquardt I think you are on the right track using the iterator.
Please follow the steps below:

  1. Unlink the sheet module from the iterator.
  2. Click ā€œRun Onceā€ at the bottom left of the scenario.
  3. Link the sheet module back.

Alternatively, you can do the following:

  1. Right-click the iterator.
  2. Click ā€œRun this module only.ā€
  3. Fill in ā€œnomeā€ and ā€œemailā€ for at least two bundles.

You should be able to map the data from the iterator module after that.

1 Like

Thank you for your reply @Probotic_Solutions but doing this steps did not changed the results of the iterator. There“re not results for the values I need.

Please take a look here Integração Cri2i - receibimento de dados de inscritos | Make - 18 August 2025 | Loom

Make.com support helped to solve and make this one work.

This is the fuction used in the Iterator module after woocommerce module.

After the iterator, I have an Array Agreggator as bellow

And at last I have the Google Sheets Add row (bulk advanced)

Thanks for the support.

2 Likes

Hi @felipemarquardt, thank you so much for coming back and sharing the tip you received from the Customer Care team. This kind of knowledge-sharing helps everyone learn and makes the whole community stronger. :folded_hands: