Hello everyone,
I'm currently building a powerapp to create a user interface for stored personal data around workplace support. The user inputs their data via a form in the PowerApp and the data is (theoretically) sent to and saved on a SharePoint list.
This all works fine for me, the owner of the app and the list, however users are having problems with saving as part of the testing phase.
This seems to be a permissions issue, and so I have done the following:
Ensuring the SharePoint list permissions allow users to view, edit and create entries on the list, which turned the error to this:
At this point I wondered if I needed to disinherit permissions from the SharePoint itself as this is set up very privately (as this is sensitive data), adding a new user group with all staff and allowing them contributor permissions. This has moved the error to this:
Any idea on how my permissions have got so messed up and why this won't save? I am at a bit of a loss currently.
Many thanks!