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 as a dashboard counter.
There are two issues I am facing:
- At the moment I can only connect the app for use by myself and not other users.
- Is there a way to add the SharePoint site users by default so they do not need to be sent the 'share app' request?
- Basically, I have a group I made within SharePoint site called 'Customer Services' who I want to be able to see the dashboard.
- I have used the following formula to filter the list items for the current user so whichever user logs in, the dashboard should show those associated to them:
- CountRows(Filter('Complaints Manager Archive',Case_x0020_Handler.Email = User().Email))
- This works for me but not for another user/
I thank you in advance for your help.
Mo