Hi.
I have a tree structure I want to walk, I set up a while loop where I loop as long as an object exists, then I read it`s parent into it self, but it does not seem to work.
I only get null and the while loop ends.
Everything works as expected if I read into a separate value first, and then read that into the “iterator” value.
This does not work:
Read objects to TMP_Node (iterator) filter:

This works:
Is this a bug?
It seems like the first version should work as well.
Marcus