web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / Form Field to Upper?
Power Pages
Suggested Answer

Form Field to Upper?

(0) ShareShare
ReportReport
Posted on by 678
I know if I do inputs and patch I can handle taking an input field and making it up case.

But how about within a form though  trying to use the "simple" version with SubmitForm(myForm) so how can I work with the datacard to convert the string to upper so submitting the form submits it as upper.



 
Categories:
I have the same question (0)
  • Suggested answer
    SwatiSTW Profile Picture
    807 Super User 2026 Season 1 on at
    1. Select the DataCard containing the input field you want to convert to uppercase.
    2. Update the Default property of the TextInput control to display the text in uppercase dynamically. Use the Upper function to do this
        Upper(Parent.Default)
    3. Update the Update property of the DataCard to convert the input text to uppercase before saving it to the data 
        Upper(DataCardValue1.Text)
    4. Replace DataCardValue1 with the name of your TextInput control within the DataCard.
    Now, when the form is submitted using SubmitForm(myForm), the string will automatically be saved in uppercase to the data source.

    If this helps please mark my answer verified

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Pages

#1
Hammed Profile Picture

Hammed 22

#2
Lucas001 Profile Picture

Lucas001 21 Super User 2026 Season 1

#3
DP_Prabh Profile Picture

DP_Prabh 19

Last 30 days Overall leaderboard