Extracting and listing values from a list of list

I am stuck trying to make a list of values from a list of list without doing a code block for each value???
Does any one know a way to list the 1 elements from the list of list on the left of the screen snip with out doing a code block for each List as there is 50+list in the list of list???

Have you tried “List.GetItemAtIndex” ?

Thanks!!! i tried that loads of time but didnt know you could change the lacing, thats just what i was looking for much appreciated!!!

Or if you like using code blocks you can use replicator guides.

Another option. If you transpose the list first you can get the sublist you want with a codeblock: