String to Upper Schedule Field

String to Upper Schedule Field

andrew8QEC8
Advocate Advocate
708 Views
2 Replies
Message 1 of 3

String to Upper Schedule Field

andrew8QEC8
Advocate
Advocate

I am trying to modify a dynamo script to make schedule field names string to upper, I used another string to upper that worked with elements. But I am not sure how I could get this to work for that text that is inside of a schedule. Fairly new to dynamo but I have used Unreal Engine and Grasshopper. I think I need to figure out what the element category of the text for schedule field is..... any help is much obliged.SRA Update Field Title Upper Case_2022-09-08_04-12-28 CODE FAIL.png

0 Likes
Accepted solutions (1)
709 Views
2 Replies
Replies (2)
Message 2 of 3

ToanDN
Consultant
Consultant
Accepted solution

Here is an example to change Comments Field of all Elements under Structural Framing category from lowercase to UPPERCASE.

 

ToanDN_0-1662683767364.png

 

Set Categories and String nodes to Is Input and you can run the script using Dynamo Player with dynamic input to choose from different categories and parameters.

 

ToanDN_1-1662683981095.png

 

ToanDN_2-1662684122425.png

 

 

 

 

0 Likes
Message 3 of 3

andrew8QEC8
Advocate
Advocate

That pretty much does it, the only question is does the list.Combinator allow me to put multiple lines of string as input for the "Parameter name" Right now I would work around it by having multiple lines of string for "Comments," "Width," ect. and plug in them in and out. 

0 Likes