Create a multi-category schedule in dynamo

So I was wondering if there is a node to create a multi-category table in Dynamo.

In Revit, as we can see, it is the first option when you’re creating manually.

https://forums.autodesk.com/t5/image/serverpage/image-id/1553852i67F63AD2BBEB7818/image-dimensions/2500?v=v2&px=-1

But In Dynamo, there is only one node option called ‘Categories,’ but the ‘Multi-Category’ option isn’t listed.

https://forums.autodesk.com/t5/image/serverpage/image-id/1553850iC08B7F06A27B829C/image-dimensions/2500?v=v2&px=-1

I’m building an automation to create a multi-category table in Dynamo.

Is there a way to create one?

Unless you can find a custom node that already includes this option, you’ll have to use the API.
CreateSchedule Method (Document, ElementId)