Insert point between list

Hi~!!

Now i practice some in Dynamo. But i can not make something it.
How do i add this point between list?
Not with AdditemToEnd.
Is there any component AddItembetween?? or another Tip??

Thanks

Hi @seol.kim welcome to the community!

you can recreate the list according to your need.

to add an item in between the list try with an index value and add the item.

1 Like

You can use List.Insert node. As element take the point you want to add and as index 4.

1 Like

Thanks for your answer :slight_smile:
And i actually need more exercise to use this tool. :+1:

Thanks for your solution. I solved my problem. Perfect!! :+1:
Now i am a little bit better than before. :upside_down_face:

1 Like