Create list with the values with the same index in nested list

Hie,
I am triying to create a list with the values with the same index of differents list. For instance, i want get the values of the index 2 in the list and create a new list with them.
Regards.

@FRAN1972
Try using GetItemAtIndex @L2
Or
Transpose and then use GetItemAtIndex

2 Likes

Thanks a lot.