Forum Discussion
Mo_Islam
May 24, 2020Copper Contributor
Enable user access for powerapp canvas on sharepoint
Hi experts, I have used the 'Helpdesk template' from powerapps, stripped everything off and only kept the counters as attached. The data source for this is a sharepoint list and I am using this ...
May 24, 2020
The app needs to be shared with the users in that group directly or by office dist or 365 group membership. You can uncheck your email the sharing and then share a link however direct to the app which is in the app details.
The users also need access to the underlying list obviously. The code you have should work fine if the access is correct. I usually like to wrap my user email in lower function as sometimes there can be caps in the email/ logins.
The users also need access to the underlying list obviously. The code you have should work fine if the access is correct. I usually like to wrap my user email in lower function as sometimes there can be caps in the email/ logins.
Mo_Islam
May 25, 2020Copper Contributor
ChrisWebbTech Thank you for your response. Other than direct sharing, how can I enable this?
I tried following https://flow.microsoft.com/en-us/blog/advanced-flow-of-the-week-role-based-security-in-powerapps-using-flow-sharepoint-groups/ , but got an error:
and how can I wrap user with lower case please.