Forum Discussion
ManarYazji
Jan 18, 2021Copper Contributor
Giving permission to access the SharePoint list!
Hello there, I have an application made by power apps and it depends on SP lists to get data. the users of the application don't have permission to get into the SP so they can't see the data in the...
ManarYazji
Jan 18, 2021Copper Contributor
The application is filtering the data according to the user which is not allowing the user to see any data that not belong to him. So, if I give him permission to read-only, there is a chance to get to the SP list and see the data which is private.
daveyskills
Jan 18, 2021Copper Contributor
You can create a Flow to set item level permissions on the SharePoint list, here are some references,
https://powerusers.microsoft.com/t5/Power-Automate-Community-Blog/Microsoft-Flow-to-Provide-Item-Level-Permission-on-SharePoint/ba-p/351195
https://noellawlor.wordpress.com/2018/01/18/setting-sharepoint-item-list-permissions-with-flow/
Thanks,