Im new to dynamo and trying to figure out a way I can link my revit schedule to excel but its driving me crazy and was wondering if someone could provide some support. Essentially, what I want is to send the attached revit scheduled to excel automatically via dynamo. This is my first goal im trying to achieve, if someone wants my revit im more than happy to send
Look at the “Element.Name” node. This is generating the name of the elements that are coming in as an input. In your case, you are feeding no elements, therefore you get the error. You need to connect it to the elements of the “All Elements of Type” node.
I took out the ‘Export Column Headers’ ran the script and it worked fine Thanks everyone I will continue playing around with these features, in a way playing around with this is quite addictive