Its only a simplified example of what i need. I can remove label and wait blocks. The problem is that app stucked in the first loop, whitout any contor increase.
ok, got this. thank you. but seems odd that cant use my vars as long as i need more that just 1 for my 2 counts.
And renaming “i” var will mess my code, renaming ALL "i"s if theres more in my blocks
No, it shouldn’t do that. Whenever add a new loop block it will use the default “i” or “j” and even if it used your created variable then select the “i” or “j” then rename to whatever you want.