Nth item of all Sublist

Hello everyone. There is something that I am sure that is very easy to do but I just can’t understand what I am missing. I want to get the item at index 1 of every sub list. Any suggestions for doing this? AS you can see, I have tried and failed by trying to get index of index using a number range. It seems to give me only the item at list[1][1].

Thank you.

 

Capture

Use the List.Map node. There should be many examples on this forum.

Here are three possible ways

20150730-1

1 Like

Thank you very much! I’ve never thought of using transpose, it makes so much sense. I did try List.Map option but I have a hard time understanding the tool. Need more practice!