Skip to main content

Automation to convert cell data into UPPER CASE

  • August 30, 2021
  • 2 replies
  • 23 views

Forum|alt.badge.img+2

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?

2 replies

Forum|alt.badge.img+19
  • Inspiring
  • August 30, 2021

You could use a script block like this one.


Forum|alt.badge.img+2
  • Author
  • New Participant
  • September 1, 2021

You could use a script block like this one.


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