List Get Item At Index Fail

Hi guys,

I have a problem with the List.GetItemAtIndex Node, feeding it lists of lists.
Maybe you can help me with my problem.

I tried out a variant of different Lacing ways and couldnt get it.

I have a existing list multiple times But built up in the same way.
From this similar lists I want to take specific Indexes.
Have a look at the Picture and Script.


List Get Item at index.dyn (15.4 KB)

Thanks for your help!

Hi.
you cant cross the lists since they are at multiple levels. so you need multiple index lists, transpose, then tanspose back.

List Get Item at index 2.dyn (20.1 KB)

1 Like

Thanks terjefj,

For this List it works.
Your way seems to just take the first List.
I tried to adapt the list then still it is wrong:


List Get Item at index.dyn (15.3 KB)

You need to have a list of indices for each repeated list.

2 Likes

Thats it. Thank you!