Hello everyone,
I'm stuck in a loop I'm building. I think it's something very small I'm overlooking, but I can't find the answer anywhere online either. Hopefully you can help with this.
The loop starts on a page with multiple links, he opens the first link(0) to another page. This page contains certain information that he is going to compare with conditions in the loop (multiple if and else if statements).
If it finds certain information, the LoopIndex is increased by 1, with other information by 0.
This goes well at first, you can also see that the LoopIndex is being increased in the variable screen. The last step is that he goes back to the first page and opens another link here, but with the new loop index.
The problem is that as soon as the loop starts again, the LoopIndex is reset to 0, so it opens the first link again.
I will add pictures of the loop, the selector of the link and the variables screen.


