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")
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,
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/
bscarlavai33
5
Super User 2025 Season 1
Michael E. Gernaey
4
Super User 2025 Season 1
Vince_K
2