Combinations with lists

Hi everyone,

I am new here and in Dynamo, hope I will explain to you my problem well :slight_smile:
Please, see my screenshot below. I have 251 rooms and 1959 room bounds (I added faceOrientation to the walls/ceilings/floors so you can see only that).

I want to have list of lists with 5 parameters:

  1. Building
  2. Floor
  3. Apartment
  4. room_key (room name)
  5. faceOrientation

How do I get 1959 lists in list with 5 lines - faceOrientation in combination with the rest 4 parameters?

Thanks in advance!

try the list.combine node :slight_smile:

https://dictionary.dynamobim.com/2/#/List/Match/Action/Combine

1 Like

thanks! :slight_smile:

1 Like