I am sorry but I am afraid that you don’t have the beginning nor the end. Unfortunately you seem to have mistaken the Schedule View (representation of schedule same as Plan View or Section View), for something that it is not. It’s not a table that can be exported. What schedules are, is a tabular representation of data contained inside of selected parameters for all elements of selected category. When you say you want to export a schedule, you really want to export parameter values from all elements that were scheduled. It requires a much different approach. Try selecting all elements of Category ex. Furniture. Then query them all for parameters that interest you. Combine all returned values into a nested list and export that to Excel to mimic Revit schedule.
As Konrad explained, you’re trying to use the schedules inappropriately. However it is possible to at least re-use their filtering and save some time. A schedule view acts very similarly to other views. Thus the elements “visible” in the view can be queried. So instead of running a collector on the whole project, you can run it just on the schedule view:
Dimitar,
Thank you for your example graph. By the way for the nodes “Collector.ElementsinView” and “Filter.ByCategoryName” I cant
seem to find them. Do they belong to a certain package?
I think my lists are ready but once I hit “Run” I do not end up with schedules, I feel like my Dynamo is reading my Revit but not taking any actions/implementing any output. Is there an additional node after organising the data to set up the View Schedule?
Or ignore above and just state, in which package is ExportSchedules found?