Force Uppercase on data entry

I want to force data entry on new rows to be upper case for a couple of fields. Is there a way to do this?

We don’t have a way to enforce this on data entry but you could have an automation that goes ahead and makes it upper case for you.

Here is an example if you want to give this a try.

Dear @mallika and @Jeff_Wright,

Another simple option would be to add the below formula in “column 2”.

   thisRow.[Column 1].Upper()

Possibilities beyond imagination :trident:

Or create a button maybe :slight_smile: (Depending of how many rows needs to be modify)

1 Like

Thanks everyone but I think this needs CODA to look at validation rules at data entry.

3 Likes