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 / Multiple IF Visible st...
Power Apps
Answered

Multiple IF Visible statement on dropdown selection

(0) ShareShare
ReportReport
Posted on by 174

Hi,

 

Could some one please help myself write a multiple if statement for a buttons visibility.

 

I have a dropdown that if it is a certain value i need it to be hidden or unhidden.

 

If the dropdowns value is "Please Select" and textinput1 and textinput2 are blank i need it to be hidden,

if the value is "Completed" and textinput1 and textinput2 are not blank then i need it visible

if the value is "Incomplete" or "In Progress" and and textinput1 and textinput2 and textinput3 and textinput4 are not blank then i need it to be visible

 

Thanks

Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @SomeoneAwesome ,

     

    You could set it's Visible property to:

    If(
     Self.SelectedText.Value="Please Select" && IsEmpty(textinput1.text) && IsEmpty(textinput2.text),
     false,
     Self.SelectedText.Value="Completed" && !IsEmpty(textinput1.text) && !IsEmpty(textinput2.text),
     true,
     (Self.SelectedText.Value="Incompleted" || Self.SelectedText.Value="In Progress")&& !IsEmpty(textinput1.text) && !IsEmpty(textinput2.text) && !IsEmpty(textinput3.text) && !IsEmpty(textinput4.text),
     true,
     false
    )
    
    

     

    Best Regards,

    Bof 

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard