Hi :)
Consider the following hypothetical situation:
Loop(1)
---Loop(2)
------Loop(3)
---------Some action using loopindex
Which of the loops does the loopindex refer to?
Is there a way to specify which loop the loopindex refers to?
Thanks for helping!