Shared parameter to uppercase

Hi,

I am trying to change a shared parameter we have in our company title block so that the text changes to uppercase if it isn’t already. But the dynamo script i have written isn’t actually doing anything. can anyone tell me where i have gone wrong?

HI @Kirsty_Hogg ,
have you tried with this node ?

i just tried it and got the below error, which is odd because as you can see it’s definately a parameter

Maybe one of the elements coming out of “All Eleents of category” doesn’t have that parameter?
You should also try setting the lacing of Element.SetParameterByName to longest.

Hi @Kirsty_Hogg

Check the category. Currently your using “TitleBlock”. You need to use “Sheets”.

awesome! that was it! its always something simple, thanks for your spot there!!!