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 Apps / Dealing with % in input
Power Apps
Answered

Dealing with % in input

(0) ShareShare
ReportReport
Posted on by 48

Hello's,

I have an app with an input field restricted to just numbers. However I also want to stop users from putting in a % symbol as it just converts their value which is not desired once the form is submitted.

 

Is there a way to stop this input being allowed, or the best method to remove it before the form submits please?

 

thanks

 

Categories:
I have the same question (0)
  • PowerAddict Profile Picture
    7,316 Most Valuable Professional on at
    One of the ways to handle this is to use the Substitute function. If your field is in a TextInput field for example, you could do something like this:

    Substitute(TextInput1.Text, "%", "")

    Let me know if this helps.

    ---
    If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution.

    Thanks!
    Hardit Bhatia
    https://thepoweraddict.com
  • PAM-thrive Profile Picture
    48 on at

    Thanks @PowerAddict, but this doesn't appear to work.

     

    I've tried adding Substitute(DataCardValue7.Text, "%", "") to the OnChange property of the input box, which didn't work so I also tried having it on OnSelect property of the submit button such as Substitute(DataCardValue7.Text, "%", "");SubmitForm(form1) but this also still didn't work.

     

    Possibly I'm doing this in the wrong place?

    The input box format property is set to Number, not text

  • PowerAddict Profile Picture
    7,316 Most Valuable Professional on at
    Is this TextInput control within a form? Also, what are you using to submit this value to the data source? Is it SubmitForm or Patch?

    ---
    If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution.

    Thanks!
    Hardit Bhatia
    https://thepoweraddict.com
  • PAM-thrive Profile Picture
    48 on at

    Yep, the TextInput is inside a form. The Textbox is set to numbers only (but it still allows %) 

    This submits to a sharepoint list using SubmitForm. (never used patch before)

    Problem being is multiple users use this some record a % some record actual value. I am looking to only submit a number/value and I'll deal with % further down the line.

    Capture.PNG

  • Verified answer
    PowerAddict Profile Picture
    7,316 Most Valuable Professional on at
    Whats the Update property of this control?

    Is it DataCardValue7.Text?

    Then replace it with the formula I suggested:

    Substitute(DataCardValue7.Text, "%", "")

    Let me know if this helps.

    ---
    If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution.

    Thanks!
    Hardit Bhatia
    https://thepoweraddict.com

  • PAM-thrive Profile Picture
    48 on at

    Perfect @PowerAddict thank you so much for your help. I would never have thought to look at that Update property! 

  • PowerAddict Profile Picture
    7,316 Most Valuable Professional on at
    Glad I could help! Good luck with the rest of your app! Feel free to reach out in case of any questions!

    Thanks,
    Hardit Bhatia
    The Power Addict
    https://thepoweraddict.com
  • mdevaney Profile Picture
    29,991 Moderator on at

    @PAM-thrive 

    I know this thread is already solved but would changing the Format property of the Text Input to Number be a valid solution here too?  This would ensure no letters or symbols would be allowed. 

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • PAM-thrive Profile Picture
    48 on at

    @mdevaney unfortunately that doesn't help.

    The format is already set to Number, and this format does appear to support % symbol.

     

     

    Interesting I tried to apply the same fix above, to another app that does similar things, but there is no "Update" property. From what I read this is somehow related to the tables unique identifier. 

  • mdevaney Profile Picture
    29,991 Moderator on at

    @PAM-thrive 

    I had no idea about that behaviour.  Thanks for enlightening me 🙂

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 324 Most Valuable Professional

#2
11manish Profile Picture

11manish 193

#3
Valantis Profile Picture

Valantis 138

Last 30 days Overall leaderboard