Hi guys. I am trying to update an object in the first iteration with values from the second iteration as shown in the image below:
I have added a few debugging details in the log that indicates that the first iteration and the second one is both correct. However, when i try to update the “Parent” object in the selection which is done in the first iteration, it seems like its updating from the object also in the first iteration. I might be approaching this from the wrong direction, but how can I make sure its updating from the correct iteration?
Or is there a better way to do this?
Please advice on how to proceed.
Øystein