After a long day of PowerApping and making great progress on a complex app, I ran into a HUGE snag.
I think maybe all Grouped elements receive the same Visibility when Grouped. This is not GOOD. Especially if you have Controls with custom visibility set.
Be careful when grouping / ungrouping items, you may lose custom Visibility you set on individual controls.
PS: Please consider voting for my BUG BOUNTY idea: https://powerusers.microsoft.com/t5/PowerApps-Ideas/BUG-BOUNTIES/idi-p/129616#M5463
Looking closer at this...
Originally each Control had something to the effect of:
And( varNewPopup, dropdown.Selected.Value = " ")
The issue occurred after renaming "varNewPopup" to "varNewEvalPopup" and Grouping a bunch of Controls together. Not sure which action was actually responsible.
Hi @ericonline,
Could you please share a bit more about the issue within your app?
I have made a test on my side and don't have the issue that you mentioned. Please take a try to modify your formula as below:
And( varNewEvalPopup, dropdown.Selected.Value = " " )
If you have renamed your variable name, please also modify the variable name within the formula where you reference to the variable.
Best regards,
Kris
Hi @v-xida-msft. Thank you for the response.
The bug is:
And( varNewEvalPopup, dropdown.Selected.Value = " " )
I've been able to duplicate this on my end.
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 |
---|---|
204 | |
183 | |
71 | |
43 | |
34 |
User | Count |
---|---|
338 | |
267 | |
117 | |
67 | |
66 |