Hide/Show Cards

Copper Contributor

Hi all,

 

I have been tasked with creating a Power App and am wanting it to show certain cards depending on whether other cards are populated. For instance if card 1 was blank 2 and 3 would show but if 1 was populated 2 and 3 would be hidden. 

 

Any help would be appreciated thanks!

2 Replies

@Jack_Viljoen use the Visible property as shown in the following screenshots.

 

So with this one the button won't display if any of the fields are empty:

 

visibleProperty.png

 

The next one is dependant on 2 other fields:

 

visibleProperty2.png

 

And this one won't display the "Next" button if the checkbox is not checked:

 

visibleProperty3.png

 

Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)

Thank-You Rob for your help! Appreciate it. I will trial it out and get back to confirm as of when.