List Drop Nth item

Any idea why the node is not dropping the second ( Dynamo 1 = 0) of my list ?

Thanks

Updated version of my issue

Hello, I didn’t try but you could first take a look at the dictionary node’s explanation: http://dictionary.dynamobim.com/#Core-List-Action..DropEveryNthItem
Update: did you try any other n number?

Peculiarly it works for 2 but I want it to remove the 1st and then 3rd and so on…

I now I can remove Item at index, but that is constant. For example I know I have 4 pipes now. If I want to develop the definition for ANY number of pipes I want to make it resilient to that variance

Slice Worked for me. Anyways cheers.

1 Like