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:
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:
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
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.
I hope this helps you.
P.S.: Always search first, Check Make Academy. If this is helpful, Mark Best as Solutions
and give
If you need expert help or have questions? Contact or comment below!
Hi @Forest , Just change source array to ‘ForEach Section’.