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 153

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
    2,097 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
    153 on at

    Hi @SunilPashikanti 

    Thanks, but this allways return false

    BTW, 

  • Verified answer
    Sunil Kumar Pashikanti Profile Picture
    2,097 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
    153 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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 432

#2
Valantis Profile Picture

Valantis 362

#3
timl Profile Picture

timl 337 Super User 2026 Season 1

Last 30 days Overall leaderboard