Skip to main content

Hi folks,


I’m trying to maintain a uniform look in all of my tables, and one way I see to do that is to capitalize every character in every field. Is there a way to do this?


Thanks in advance,


Shawn

The way to keep them all capitalized would be to have a Formula field for each of the input fields that does UPPER({Field Name}). Depending on how many fields you want to do this for, that would be annoying and unwieldly.


You can also trigger an Automation that essentially copies and pastes field values back into their fields by using the modification options on the tokens. One of them lets you make everything uppercase. I would have this triggered off of a checkbox field or something so that the automation is not constantly firing every time you type a new letter.



The way to keep them all capitalized would be to have a Formula field for each of the input fields that does UPPER({Field Name}). Depending on how many fields you want to do this for, that would be annoying and unwieldly.


You can also trigger an Automation that essentially copies and pastes field values back into their fields by using the modification options on the tokens. One of them lets you make everything uppercase. I would have this triggered off of a checkbox field or something so that the automation is not constantly firing every time you type a new letter.



Oh, excellent. I’ll try that out. Thank you @Kamille_Parks ! 🙂


Reply