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.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
206 | |
97 | |
60 | |
51 | |
45 |
User | Count |
---|---|
258 | |
158 | |
85 | |
79 | |
58 |