Forum Discussion
Jack_Viljoen
Feb 07, 2022Copper Contributor
Hide/Show Cards
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!
- RobElliottSilver Contributor
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:
The next one is dependant on 2 other fields:
And this one won't display the "Next" button if the checkbox is not checked:
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)- Jack_ViljoenCopper Contributor
Thank-You Rob for your help! Appreciate it. I will trial it out and get back to confirm as of when.