Hello,
I had some problems with my dyn after I changed from version 1.xx to version 2. So I recreated my script from scratch, unfortunately the “List.ReplaceItemAtIndex” node appears to be working differently this time around. Before it would take each item input index by index and now it wants to put the whole list in at the given replacement index.
In this situation for example I would want an output of:
[0]1
[1]A-1-1
[2]2
[3]4
[4]7
[5]A-2-2
Where instead it is putting the whole list at indices 1 & 5. I have tried each of the lacing options but none of them seem to help.
-Thanks