Search code examples
sharepointpowerappspowerapps-canvas

Handling confidential data in a Microsoft power app


I've been looking into building a power apps canvas app in my organisation's account. Part of this app will include a form which I want to submit into a data source that only limited people can access.

To do this I followed a tutorial which used a Sharepoint list as the data source for the form. This works, but when I publish the app and share with specific users I find that these users must also have edit permissions on the list itself in order to submit the form. This presumably means they would be able to locate the form within SharePoint and see and edit other people's submissions.

What is the recommended way to implement confidential forms like this in a power app?


Solution

  • You will have to you List in SharePoint.

    Take a look at item level permission on SharePoint, I believe this is what you need