how many loops a loop still has to do

How can I see how many loops a loop still has to do?

Hi @MCBirne

See if this works for you

or this thread

gr. Hans

3 Likes

Hi @HansS I like the way your component infers the type of loop and reacts accordingly. Nice one :wink:

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”
image

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