Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Governance and Administ...
Answered

How to update Text Input with comma before submitting a form

(0) ShareShare
ReportReport
Posted on by 97

I'm having some issues with my text inputs. I'm wanting the numeric values to include a comma before submitting the form. After submitting a form, it does format correctly but I'm also needing the format to update before submitting the form. I'm assuming that that the on-change property for my text input is the issues as it's blank.  Below is a a before and after pics of the form before submitting and after submitting a form? 

 

DataSource - Excel 

Default Property - Text(Value(Parent.Default),"$#,###","en-US")

 

Cwilliams12_0-1709748925170.png

Cwilliams12_1-1709749203152.png

 

Categories:
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on at
    Re: How to update Text Input with comma before submitting a form

    HI @Cwilliams12,

    How you set teh OnChange property of your TextInput?

     

    Actually, you need to set a variable for OnChange property of your TextInput as below:

    Set(varF,Text(Value(Parent.Default),"$#,###","en-US")

    Then set the Default property with this variable varF,

  • velegandla Profile Picture
    202 Super User 2025 Season 1 on at
    Re: How to update Text Input with comma before submitting a form

    @Cwilliams12 

     

    You might better responses to question on the "Build Power Apps section" (link below) than admin and governance section. 

     

    https://powerusers.microsoft.com/t5/Building-Power-Apps/bd-p/PowerAppsForum1 

     

    ====================================================

    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.

    https://www.linkedin.com/in/devendravelegandla/ 

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Power Apps Governance and Administering

#1
bscarlavai33 Profile Picture

bscarlavai33 5 Super User 2025 Season 1

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 4 Super User 2025 Season 1

#3
Vince_K Profile Picture

Vince_K 2

Overall leaderboard

Featured topics