Hello,
I’m very new to Dynamo and trying to create something that will extract room parameters and export to excel. LunchBox’s Room Element Collector gave me some of what I wanted, but for Level and Perimeter I had to use Element.GetParameterValueByName (I had trouble with LunchBox Get Parameter Value).
The problem is that this lists the level Element IDs rather than level Names. How do I get the names? (See attached)
I imagine there is a simple way to replace the IDs with Names based on list position, but couldn’t find the node or figure out the code. Thank you in advance.