Get Revit schedules with Dynamo

Hello everyone
I’m trying to approach to Dynamo and wanted to know if
you can create definitions (nodes) to get the Revit schedules with Dynamo;
I mean extrapolate schedule tables for complex geometries, seen that
Dynamo is in charge just to model complex geometries (panels etc.).
If maybe someone knows or has a link video.Come should I proceed? Thank you

I’m pretty certain this could be done, schedules are accessible in the API and have been since 2012 I think, so perhaps somebody has made some nodes with Python.

However, you can reverse engineer a schedule pretty easily in Dynamo anyway. You can get categories of elements, then filter them and sort them and pull out their parameters, write parameters, export to excel, import from excel, make stuff up… Etc… Although, I suppose a schedule node would make it a little quicker perhaps.