i have two different loops, one to setup 10 targetpoints and i gave them a pv "index" of indexloop
and one to create 10 instances and gave them a pv "index"
how would i get the multiple instances each go to one of the targetpoints
i would like to sort tru the instances "index" and say go to targetpoint.x targetpoint.y
but i cant figure out how to pick the correct targetpoint from the 1st loop, how would you write that?