Standard architectural documentation convention dictates that all notes should be in uppercase. When working in Revit, if a team member hasn’t followed this convention, rectifying it can be a significant task, especially if you have hundreds of views and sheets. Rather than updating these manually, it is possible to automate this tedious process with Dynamo.
Dynamo automation
The example below works with views, schedules and sheets. Simply select the views to be renamed in the Project Browser and run the graph.
Views are collected using the ‘Springs.Collector.CurrentSelection’ node and separated into views/schedules and sheets. For views/schedules, the ‘View Name’ and ‘Title on Sheet’ parameters will be updated. For sheets, the ‘Sheet Name’ and ‘Sheet Number’ parameters will be updated. Despite being super simple, these custom nodes are highly effective and may save you loads of time.




