Multiple Iterators

Is there a way to have multiple iterators working together?

Something akin to:
foreach(x) {
foreach(y) {
doSomething(x,y);
}
}

When I connect two up, they don’t seem to work with each other:

1 Like

Hi @Forrest

To combine iterators output, you need to map output from both. But to help you for your particular case, we need to know what goal are you trying to achieve and what is the output from both.

Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation

1 Like

Hello @Forrest,
As @Msquare_Automation suggests, what goal are you trying to achieve and what is the output from both?

But you should also know a couple of basic things while working with Iterators and aggregators.

  • Iterator always needs Array as input.
  • When you use Aggregator after multiple Iterators the Source Module is really important.

I hope this helps you.


:bulb:P.S.: Always search first, Check Make Academy. If this is helpful, Mark Best as Solutions :white_check_mark: and give :+1:
If you need expert help or have questions? Contact or comment below! :point_down:

Hi @Forest , Just change source array to ‘ForEach Section’.