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

Button DisplayMode

(0) ShareShare
ReportReport
Posted on by 5,331 Moderator

I have a button the DisplayMode of which I want controlled by the content in a Dropdown (form/datacard) and a Text field.

I can get both to work independently but can't figure out the combination.

Button - DisplayMode

If(DataCardValue1.Selected.Value="Other (please clarify in 'Notes' section)",Disabled,Edit)

If(IsBlank(DataCardValue7.Text),Disabled,Edit)

Can you tell me the correct format?

Categories:
I have the same question (0)
  • TheRobRush Profile Picture
    11,128 Moderator on at
    If(
    
    DataCardValue1.Selected.Value="Other (please clarify in 'Notes' section)"
    ||
    IsBlank(DataCardValue7.Text),
    
    Disabled,
    Edit)

     

    try that

  • Verified answer
    Phineas Profile Picture
    5,331 Moderator on at

    The && over the || did.

     

    If(

    DataCardValue1.Selected.Value="Other (please clarify in 'Notes' section)"
    &&
    IsBlank(DataCardValue7.Text),

    Disabled,
    Edit)

     

  • TheRobRush Profile Picture
    11,128 Moderator on at

    Haha my mistake, misread and thought you wanted it to work for either, yes that change is necessary to make it both. Glad its working

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 342 Most Valuable Professional

#2
11manish Profile Picture

11manish 234

#3
Valantis Profile Picture

Valantis 187

Last 30 days Overall leaderboard