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 Apps
Answered

Powerapps contains

(0) ShareShare
ReportReport
Posted on by 10

Hi every one , 
I having a Text input and if that Text input contains (") then I should hide the submit button. 

 
 
 
 

IsMatch(ageingcommentstxt.Text , "Good",MatchOptions.Contains)


instead of "good" i need ("). is it possible .

thank u .

 

contains.PNG
Categories:
I have the same question (0)
  • DylanSimons Profile Picture
    326 on at

    You can use the Char() function, so it will look like this:

    IsMatch(ageingcommentstxt.Text , Char(34), MatchOptions.Contains)

     

  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Sumeth_002 

    You could set the Visible property of the button to the following formula:

    !("""" in ageingcommentstxt.Text)

    This will return true or false and thus make your button visible or not. 

     

    I hope this is helpful for you.

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 914

#2
11manish Profile Picture

11manish 627

#3
Valantis Profile Picture

Valantis 598

Last 30 days Overall leaderboard