Auto-Capitalize Schedules

Hello,

I am very new to dynamo and trying to build a String to change all lower case parameters in a schedule to uppercase.

We export our schedules from another software which unfortunately uses all Lowercase (this is very tedious to change every time)

So far I am able to pull the fields from the schedule and convert to CAPS in dynamo but i cannot get it to update back into Revit

A copy of my Test file can be found here
https://drive.google.com/drive/folders/1RWUz9Qb8xVtq9IDp6EdohhVrgoJmWAux?usp=sharing

Any help would be greatly appreciated!

i guess you have to change the actual element parameter values or export it directly after string.ToUpper node.

2 Likes

Hello. Just wondering if you have been able to solve the issue. Have exactly the same problem. Thanks

Like it’s mentionned by @lucifer it’s not the schedule data that need to change but the elements data. Schedule only shows yo what’s in the element.