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 ...
Mo_Islam
May 25, 2020Copper Contributor
ChrisWebbTech Thank you for your response. Other than direct sharing, how can I enable this?
I tried following (this articel) , but got an error:
and how can I wrap user with lower case please.
May 25, 2020
You just Surround the user.email in lower(). https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-lower-upper-proper
The app has to be shared no way around it. The article you linked was for in app security roles etc.
The app has to be shared no way around it. The article you linked was for in app security roles etc.
- Mo_IslamMay 26, 2020Copper Contributor
ChrisWebbTech Thank you. I think the issue I am having is not being able to share the connector or does that happen when the app is shared?
Currently all the counters work for a user except for 'My Cases'. I put lower around as well:
CountRows(Filter('Complaints Manager Archive',Case_x0020_Handler.Email = Lower(User().Email)))
😢