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 / Visible Data Card depe...
Power Apps
Answered

Visible Data Card dependent on several DataCardValue dropdowns

(0) ShareShare
ReportReport
Posted on by 4

Hi, 

 

I am making an app where I have 5 DataCards each with a dropdown. On load I would only the first DataCard visible then depending on the answer of that one, then next one, then depending on that answer the next one again etc. I can get the following DataCard to be visible or not depending on the previous ones answer with the following If statement: 

 

If(DataCardValue19.Selected.Value = "No", true, false) 

 

My questions is how do I get them all invisible but then appear one by one (or not) depending on the answers. I'm not sure this is possible using a the Boolean logic of visible.

 

Thanks for reading. 

 

Regards,

S

Categories:
  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    Hi @pek 

    There is no need for an If statement since DataCardValue19.Selected.Value = "No" reduces to either true or false.  You can set the Visible property of each card to something like 

    DataCardValue19.Selected.Value = "No" && DataCardValue20.Selected.Value = "Yes" 

    to control the visibility of each card.

  • pek Profile Picture
    4 on at

    This worked a treat, thank 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

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