Skip to main content

I have multiple users submitting new records via a form
I have a view that captures all these new records and I would like to make a number of fields UPPER CASE

How do I apply the UPPER() formula over exiting data within the field?

You could use a script block like this one.


You could use a script block like this one.


Thanks Bill, will take a look at that and see can I figure it