Hello,
I currently have a relatively long form created in PowerApps. The form is divided into separate sections. At the beginning of the form, there are dropdown fields. Each dropdown field is the label for a section, and included many options in the dropdown. (see below for example) Basically, I want to set it up so that, if a user selects 'N/A' for any of the dropdown fields, the fields in the corresponding section will be greyed out.
Ideally, the formula should be simple so it can be applied to all of the fields within a section. I assume it'll be under 'Display Mode' for each of the fields to be greyed out.
Thank you,
Kayla
In the displaymode of what you want greyed out;
Dropdown1.Selected.Value="N/A"
Or
Dropdown1.Selected.ColunnName="N/A"
Or
Dropdown1.Selected.Result="N/A"
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
This does not work. I tried the following for reference:
DataCardValue19.Selected.Result="N/A"
DataCardValue19.Selected.Value="N/A"
What's wrong?
Take a screen shot of the items on the Dropdown and also state the formula you used that did not work
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
If 'N/A' is selected/shown in the data card value, I want Formula Code Product Number to grey out, along with the rest of the fields in this section.
User | Count |
---|---|
197 | |
125 | |
86 | |
49 | |
42 |
User | Count |
---|---|
284 | |
159 | |
138 | |
75 | |
72 |