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 / Modern text input - va...
Power Apps
Answered

Modern text input - validation short numbers (with decimal)

(0) ShareShare
ReportReport
Posted on by 151

Hi, 

How can I validate text input for numbers with period  (or dot). 

In old control id "Format" option in modern I cant find them. 

Categories:
I have the same question (0)
  • Sunil Kumar Pashikanti Profile Picture
    1,077 Moderator on at

    Hi @knyklu,

     

    I found a post on the Power Platform Community forum that might help you. In the post, a user asked how to validate text input for numbers with period in PowerApps.

     

    You can also try the IsMatch function and a regular expression. Here’s an example formula to validate text input for numbers with period:

    IsMatch(TextInput1.Text, "^\\d+(\\.\\d+)?$") 

    This formula will return true if the text input contains a number with a period and false otherwise.

     

    Thanks,

    @SunilPashikanti 

  • knyklu Profile Picture
    151 on at

    Hi @SunilPashikanti 

    Thanks, but this allways return false

    BTW, 

  • Verified answer
    Sunil Kumar Pashikanti Profile Picture
    1,077 Moderator on at

    Hi @knyklu ,

     

    Sorry for that, can you please try the below code:

     

    IsMatch(TextInput1.Text, "^\d+(\.\d+)?$")

     

    This code works for below validations:

    SunilPashikanti_0-1701025297943.png

    SunilPashikanti_1-1701025353967.png

     

    Thanks,

    @SunilPashikanti 

  • knyklu Profile Picture
    151 on at

    Thanks, works perfect.

    BTW, I wish MS Access is dying. In it everything was so easy.

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 Apps

#1
WarrenBelz Profile Picture

WarrenBelz 538 Most Valuable Professional

#2
11manish Profile Picture

11manish 307

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard