I have this situation on my app
1) Radio box > Yes/No
2) List with items
https://1drv.ms/i/s!AjvsceSDAbK9gSU0lZ649u2AjJY7
When the radio "yes" is checked I want the to make the Visible True on the "List" and when the radio "no" is checked i want to make the Visible False on the "List"
Can someone help me about this?
Sry my bad English, I'm from Brazil
Solved! Go to Solution.
On the list, under the Visible property, put the following function:
If(DataCardValueXX.Selected.Value = "Yes",false,true)
You see the DataCardValueXX replace the XX with the actual name of the yes/no radio button control
On the list, under the Visible property, put the following function:
If(DataCardValueXX.Selected.Value = "Yes",false,true)
You see the DataCardValueXX replace the XX with the actual name of the yes/no radio button control
It worked, thank you!!!
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
202 | |
180 | |
62 | |
32 | |
30 |
User | Count |
---|---|
324 | |
268 | |
104 | |
74 | |
56 |