Hi,
 it's your looping that needs to be reseted.
 create a bool variable, and set it to true one state before you loop, in your looping state, the getnext action as a reset variable, reference your bool, it will then understand it and if true loop from the start, and set that bool variable to false.
 Bye,
 Jean