Get classification and grouping propierties in dynamo tables

Good morning.
I am trying to obtain these values ​​from my tables… I will be very grateful if you can help me on how I could obtain them… thanks.

Hi @ammed.riveros

I have some thoughts about this. It may help you with your problem.

According to the Revit API a schedule has an attrbute called Definition. By using the attribute you get a ScheduleDefinition. The problem here is that the attribute wasn’t available while testing. Maybe you can get it.

The next step is pretty easy. You just need to use this method to retrieve all sorting/grouping fields. After you would need to get the attribute “Name”.