Use save as group in dynamo

In Revit, I can save Model Group objects as separate files using the Save as Group feature. However, since there are too many groups, it takes a long time to do this manually. I believe it might be possible to automate this process using Dynamo, possibly with a Python node. If I provide the GroupType and folder path as inputs, can you help me write a Python script that saves the Model Groups to the specified folder?

This is only a postable command in the API so you’re probably out of luck. However, Jacob Small has a suggested workaround that you can try here:

1 Like