Exporting Revit Revision Cloud Data to Excel with Dynamo

From the andrewking(me) website:

Extract revision cloud data from Revit using Dynamo and Python.

OOTB Revit Revision Schedule Limitations

Revit can schedule the following revision parameters in a title block family. However, instance parameters (Mark and Comments), sheet numbers, and sheet names are not supported out-of-the-box.

  • Revision Sequence
  • Revision Number
  • Revision Date
  • Revision Description
  • Issued to
  • Issued by

Expanding on OOTB Functionality

Dynamo and Python can expand on OOTB functionality to…
Read more