GetItemAtIndex of each sublist in a list

Hi there,

I am new to Dynamo and to this forum.
I would like to know if it is possible to GetItemAtIndex of each sublist in a list.
For example, here I would like to obtain a list containing all Items of index 2 within each sublist:
image

Hi @RitaAguiar

Welcome to Dynamo Forum!

Right click List.GetItemAtIndex node and change lacing to longest.

1 Like

List levels or lacing should resolve that for you. Good info on both in the Primer.

http://primer.dynamobim.org/en/06_Designing-with-Lists/6-3_lists-of-lists.html

1 Like