fr3fou
fr3fou3y ago

Nested for loops?

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

Did you find this page helpful?