Hi,
I am creating a Power App that lets users of the app fill out and submit a form that will be added as a row in a SharePoint List. The users of the app can also view all their submitted rows from the SharePoint List directly in the Power App.
I don't want users to be able to enter the SharePoint List directly (from the SharePoint url for example) and add and edit their rows there, I only want them to be able to add the rows in the Power App directly.
I have tried giving users read only perms directly in the SharePoint List. This lets them view their rows directly in the SharePoint List but not edit them, but this change gives a permission error in Power Apps when users try to submit a new row. I have also changed the permissions so that users can only view rows they created themselves, and not others.
Question:
Is there a way to make users of the Power App be able to read, create and edit rows in a SharePoint List from the Power App, but only have perms to read, and not create or edit, directly in the SharePoint List, through the SP List url etc.?