I am pretty new to Dynamo and cannot get my head around something:
How can I insert elements in list at specific indices.
In the example below I have the Starting List 1…50, List of Indices (1,11,21) and List of elements (80,81,82) I want to insert at these indices.
I want 80 to go to index 1, 81 to index 11 and 82 at index 21 in a way lace the List of Indices to the List of Elements and insert them to the Starting List.
I want to keep the order so Index 0 from the List of Indices relates to Index 0 of the List of Elements I want to insert and so on (I do not want cross product) .
Thanks for the fast reply, the Insert Node was my first resort but its not working the way I want it to work because it inserts the Full list of Elements instead of just the first Item.