Jul 08, 2022 12:00 PM
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
Jul 08, 2022 12:26 PM
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.
Jul 08, 2022 12:47 PM
Oh, excellent. I’ll try that out. Thank you @Kamille_Parks ! :slightly_smiling_face: