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 / hide the textinput field
Power Apps
Answered

hide the textinput field

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello everyone, I really need your help.
Need to hide the textinput field, provided that a certain option is selected in the dropdown menu,for example UAH

Capture.JPG
Categories:
  • Verified answer
    CarlosFigueira Profile Picture
    Microsoft Employee on at

    You can set the Visible property of your text input to an expression that will be false if the chosen option is selected. For example:

     

    Dropdown1.Selected.Value <> "UAH"

     

    Where 'Dropdown1' is the name of the dropdown control that shows the option.

    Hope this helps!

  • mdevaney Profile Picture
    29,993 Moderator on at
    You can put this code in the visible property to hide the text input conditional on your dropdown

    Not(Dropdown.Selected.Value in [“UAH”])

    You can also define multiple values that will cause the text input to hide when selected

    Not(Dropdown.Selected.Value in [“UAH”,”MDF”,”QXZ”])

    —-
    Please Accept as Solution if this post answered your question so others may find it more quickly. If you found this post helpful consider giving it a Thumbs Up.
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thanks a lot, it helped😂

  • mdevaney Profile Picture
    29,993 Moderator on at
    Seems like I posted at the same time, lol. At least both solutions will work.

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard