How to get ProjectInfo with each room?

Hi,

I would like to get ProjectInfo with each room, that I would like to extract to excel. But it seems like it only goes with the first room. Any suggestions? thank

s!!

Hei Anders!

Try this:

1 Like

Hope this conveys the idea…

1 Like

Einar! Thanks a lot! You solved my problem. I probably need to more study on how I group and sort data in Dynamo. Is there any basic knowledge you could share?

Thanks again!

Anders

Vikram,

I must study this much more. The last node you use is new to me, but thanks for sharing!

Explanation:
You have one project info and many rooms. To get the project info attached to each room, you must duplicate it to get the same amount of project infos as rooms. Before the list is transposed the last sublist contains only project infos. After transpose the project info is the last element in each sublist. That’s why you can “AddItemToEnd” with lacing set to longest to achive the same. (Vikrams method)

Read about lists in the dynamo Primer: http://dynamoprimer.com/06_Designing-with-Lists/6-1_whats-a-list.html
One key is to understand the different lacing options.

1 Like