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.
User | Count |
---|---|
137 | |
132 | |
79 | |
75 | |
72 |
User | Count |
---|---|
210 | |
200 | |
69 | |
63 | |
53 |