Last item of nested list with different item counts

Total Nub here.
I have a list of elements in a hierarchy. [number of rows][number of seats] number of rows varies, number of seats varies.
I need to extract always the last item in each list of seats. Always the nth (last) item. So in list 0 this could be 5, in list 1 it could be 12, and so on. Need to set this up dynamically so if works with any number of rows and any number of seats.
This has to be very simple, but I’m stumped.
Thank you.

List.LastItem with longest lacing or list levels set up correctly.

1 Like

As @jacob.small said, last item using lacing works:
Dynamo 2.0

1 Like