Reply To: [SOLVED]Iterate … just the first item

NodeCanvas Forums Support [SOLVED]Iterate … just the first item Reply To: [SOLVED]Iterate … just the first item

#13865
gandi
Participant

At the first iteration it leave the loop because of the status == running.

And when it come back to the Iterator.OnExecute function:
for (var i = currentIndex; i < list.Count; i++){
currentIndex == 0

And it’s like that all the time.