Iterator issue

Hi all.

I am having an issue with the iterator.
When I run it, it is outputting multiple bundles, but those bundles are not showing up in subsequent modules.
I have tried disconnecting and re-connecting the iterator, and even deleting and re-running the scenario, but the problem persists. Can anyone help?

Thank you!
Brian

1 Like

Hi Brian,

Please attach screenshots of your scenario- especially iterator output bundles.

If your scenario contains sensitive informations- blur them first.

Have a nice day,
Michal

Hi Michal

Thanks for responding!
Here you can see the output of the array with separate bundles:


However when connecting to the next module they don`t show up.

Thank you,

Please reffer to this article

Each bundle is processed separately. For instance, if you have 5 bundles, each module will be triggered 5 times unless you add an aggregator.

To use all data from an iterator, aggregate it first. Depending on the data structure needed, you can use either a text aggregator or aggregate to JSON.

As I can see on attached photo- you already have aggregator later on so you need to rebuild your scenario or rethink its logic.

2 Likes

Hey @Brian_Corish

This is how iterator shows data. You will see only one bundle value but it will process all one by one. Hence, as @mszymkowiak suggested, if you want to use all data at once, you need to aggregate using text aggregator and pass it to next module.

Regards,

Msquare Automation - Gold Partner of Make
@Msquare_Automation

Hey, sorry for the delayed response. Thank you so much!

1 Like