fr3fou
fr3fou2y ago

Nested for loops?

Is there any way to reference the iteration value from the outer for loop?
No description
1 Reply
rubenf
rubenf2y ago
Add an intermediary node that return the iteration and refer to it in the nested loop

Did you find this page helpful?