Export objects information to Excel

Hi, I have extracted here a list of objects and list of their relevant information from Property sets ( each object contains 4 properties values) … I need to export the information along with the relevant object name to Excel


ExportObjectsWithPropertiesAndValues.dyn (348.2 KB)

what’s the issue you’re having?

You might not need a dictionary for this script, perhaps just organize the information by combining the lists or use add item to from to bring the names into the property set info.

If I connect the dectionary to export excel node it doesn’t export anything

If you still want the dictionary, you can perhaps try a get item at index (of 0) on the dictionary.values to extract the info from the dictionary.

I’ve tried add items nodes but the result is a sheet only containing the values not the object names


1 Like

it’s all in the list levels:

https://apps.autodesk.com/RVT/en/Detail/Index?id=6290726048826015851&appLang=en&os=Win64? :roll_eyes:

Thanks so much