Hi,
I can’t figure out what i’m doing wrong.
Trying to export an excel of a schedule from elements in my revit model.
The lists seem to be previewing ok in dynamo, but the list gets messed up in the Export to excel node and the file comes out all messed up.
I’m trying to pull parameters from my elements and output a cutting schedule to excel.
This is the workflow i’ve used:
- Pick element
- Get element category
- Get parameter value by name
- Create 2 lists- one is just header titles and the other is the values
- Flatten and transpose lists
- Combine lists by list create
- Export to excel
Can’t pinpoint what i’m doing wrong, this is my first script in dynamo!