Dear All,
I have build Powerapps application connected with SharePoint and I want to prevent user from save/change directly in SharePoint list, the data will be save/change through Powerapps only, Is there any solution to do that?
Thanks in advance.
Solved! Go to Solution.
Just to add. For #1 you'll have to de-link it and go through two Flows in order to save results using Flow without permissions. Any Flow that you call directly from a PowerApp will run in the security context of the user. So you will have to call another Flow from that Flow to get the Flow to run in the context of the person creating the Flow rather than the one executing the PowerApp. PowerApps just isn't designed to be a security application in front of SharePoint.
There is no way to keep users from editing a SharePoint list directly but still allowing them access to the list through PowerApps. Users must have permission to access the list to use it in PowerApps and that gives them permission to edit the list directly.
As @Pstork1 mentions, you cannot do this *unless* you either:
Depending upon your environment and how much business logic you have piled into your app, I might suggest one vs. the other.
Just to add. For #1 you'll have to de-link it and go through two Flows in order to save results using Flow without permissions. Any Flow that you call directly from a PowerApp will run in the security context of the user. So you will have to call another Flow from that Flow to get the Flow to run in the context of the person creating the Flow rather than the one executing the PowerApp. PowerApps just isn't designed to be a security application in front of SharePoint.
@Pstork1 wrote:PowerApps just isn't designed to be a security application in front of SharePoint.
Exactly. You're really supposed to be doing the security layer within SharePoint itself.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
202 | |
185 | |
77 | |
47 | |
37 |
User | Count |
---|---|
325 | |
259 | |
123 | |
72 | |
58 |