Hello Friends,
I have a very basic drop-down (ddchoice) that contains three values, Yes, No, Maybe
How do I set the visibility property of a label to show if the selected value of ddChoice is yes, but not show if they select No or Maybe?
any help is greatly appreciated.
Blu
Solved! Go to Solution.
In the visible property:
ddchoice.Selected.Value="Yes"
or
ddchoice.Selected.ColumnName="Yes"
------------
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.
In the visible property:
ddchoice.Selected.Value="Yes"
or
ddchoice.Selected.ColumnName="Yes"
------------
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.
In the visible property:
ddchoice.Selected.Value="Yes"
or
ddchoice.Selected.ColumnName="Yes"
------------
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.
100% worked 🙂
Thank you!
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
195 | |
69 | |
49 | |
46 | |
19 |
User | Count |
---|---|
249 | |
126 | |
84 | |
75 | |
74 |