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 / How to make a field vi...
Power Apps
Answered

How to make a field visible or not with multiple conditions

(0) ShareShare
ReportReport
Posted on by 1,176

Hi,

I want datacards to be visible only if a one of 6 options is selected.

So if either option 1, 2, 3, 4 or 5 are selected then the same datacards become visible

ClarkyPA365_0-1678385613996.png

 

Categories:
  • Verified answer
    mmollet Profile Picture
    3,187 on at

    Visible property on each datacard needs to be:

    If(dropdown.selected.value = "Inspirational Individual" Or dropdown.selected.value = "HCA/Nurse of the Year" Or etc ... , true, false)

    You could also use: If(Not(dropdown.selected.value = "Team/Ward of the Year"), true, false)

    These should give the same results but the 2nd one is a little shorter. This is only usable b/c you have 6 options and you are allowing access to 5 of the options. If you add another one that doesn't get access such as "MVP of the Universe" then you would need to add it like: If(Not(dropdown.selected.value = "Team/Ward of the Year" Or dropdown.selected.value = "MVP of the Universe"), true, false)

     

    Hope this helps! GL!

  • Chris1968 Profile Picture
    1,176 on at

    Hi @mmollet 

    Thank you.

    Nearly had the formula just didn't add the additional dropdown.selected.value element to each option🙂

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
11manish Profile Picture

11manish 409 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 252 Most Valuable Professional

Last 30 days Overall leaderboard