How can I see how many loops a loop still has to do?
3 Likes
Hi @HansS I like the way your component infers the type of loop and reacts accordingly. Nice one
1 Like
These solutions are very convinient. You can also try the classic way by checking the variables:
If you are using the “Classic UI” enable “Node Monitor”
Select the Loop Start Node you are interested in and check the variables in the new view:
If you are using the “Modern UI” you can just klick on the Loop Start Node and see the current iteration in the info-window:
6 Likes