I’m looking for a way to hide DataCardKeys in the DetailScreen1 when there’s no value within a DataCard Value.
From the screen shot below you can see CIF and TSYS Acct ID still appear on the screen when there nothing to show within the DataCardValue. Any help is much appreciated
Solved! Go to Solution.
Hi Mac - I cover exactly this in the video Custom SharePoint List forms with PowerApps. It doesn't matter that you are doing something differently, the If concept I use with Visible should be very similiar for your.
Visible = If(IsBlank(CIF), false, true) is probably real close to what you are looking for.
Hi Mac - I cover exactly this in the video Custom SharePoint List forms with PowerApps. It doesn't matter that you are doing something differently, the If concept I use with Visible should be very similiar for your.
Visible = If(IsBlank(CIF), false, true) is probably real close to what you are looking for.
Thanks for the quick responce Shane. That worked perfectly.
Loveing your vidoes 🙂
Hi Shane,
I’m trying to do something similar.
I only want to show/display a datacard if the field 'Required' contains the text “False”.
I have tried; If('Required' = "False", false, true) but to no avail.
User | Count |
---|---|
260 | |
109 | |
93 | |
57 | |
41 |