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

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

#17010
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.