I have a single page with two drop downs. dd1 dd2
I have two Sharepoint Groups- GrpA GrpB
dd1 needs to be visible for both GrpA and GrpB
dd2 only needs to be visible for GrpB
I don't know how to find this information.
Any help is appreciated!
Thanks.
Solved! Go to Solution.
I don't find any simple workaround. May be you can go Custom API way.
Do you want to show the dropdown based on the user's SPO group membership?. If thats the case, I fear it might not be available today as a straightforward method.
That is exactly what I wish to do.
Is there some type of work around?
What I really, truely need, is a button that filters on the SPO User Group.
Thanks.
I don't find any simple workaround. May be you can go Custom API way.
No bueno
OK. I've been thinking and it hurt.
I've made two lists, based on SPO user permissions.
I've loaded the two lists into drop downs on the same page in powerapps.
All works as it should. If permissions are NNOT high enough, DD2 displays as, what looks like, disabled.
I would like DD2 to NOT appear visible on the page IF it is diabled.
Is that possible?
thanks again.
you can try to set the VISIBLE attribute of your drop down to something like 'IF disabled == true then NO else yes'
User | Count |
---|---|
229 | |
100 | |
97 | |
56 | |
33 |
User | Count |
---|---|
280 | |
110 | |
109 | |
64 | |
62 |