Selecting Item from multiple lists

I have imported a .csv file into Dynamo and am trying to extract a specific item from multiple lists. I have tried using code blocks to achieve this. The syntax “list[0][3]” works fine to select a single item from a single list but when a try to select the item from multiple lists i cant’t get it to work. Does anyone have any ideas where I am going wrong or how I can achieve this in a different way.

 

Capture

Hi Thomas,

You need to use “List.GetItematIndex”.