Create a Purchase Order with multiple items - Create Single PO with multiple items listed from array

Welcome to the Make community!

Your “Retrieve Data” trigger module is already outputting multiple bundles.

You should not need an Iterator module there since the result is NOT an array.

Iterators are only used for arrays.

Every result (item/record) from a search module will output a bundle. To “combine” them into a single structure, you’ll need to use an aggregator of some sort.

Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module. The next popular aggregator is the Text Aggregator which is very flexible and has applies to many use-cases.

Set the Source module of your iterator to your Trigger module.

For more information, see

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

1 Like