You can’t use the loop variable i outside of the loop block. So you’ll need to assign a different variable to i’s value and then use that on the second screen.
1 Like
You can’t use the loop variable i outside of the loop block. So you’ll need to assign a different variable to i’s value and then use that on the second screen.