Hello, I need to export a schedule that lists fields from Revision Clouds associated with a specific addendum. We want to use the “comments” parameter on clouds to help automate narratives for changes made in the revision.
I am getting an error when I try to Create Schedule with Revision Clouds as the Category. Can someone point out where I am going wrong?
It looks like you can still duplicate an existing one. So if you need multiple you can manually create the first and then duplicate and modify the rest. But you can’t seem to create a new one through the API yet.
I’m working in Revit 2023, so if there is a new feature in 2024 it does not help me for this project, unfortunately.
Also, to be clear: I do not want a Revision Schedule like you see in a titleblock family. You can create these in a Project by creating a new Sheet List and only including fields containing Revision/Issuance information.
I want to create a schedule specifically to Clouds and their parameters. My end goal is to export the instance parameter “Comments” for every Rev Cloud associated with the current revision.
At least from there have an actual crack at the problem, share your progress and let us know where you’re stumbling. Otherwise best we can do is build the script for you, which teaches noone anything really.
General process is:
Get all revision clouds
Get their view (sheet), comment and revision
Put into a 2D list of lists
Export to excel
Honestly the last time I did this it was mostly in Python, so probably not beginner friendly. See how you go with the Primer intro and try to at least get revision clouds and their parameter values.