I have a PowerApp in a solution with 4 tables
- One of these tables is a Virtual Table from SharePoint list..
- The app writes data into that virtual table and the other tables
- Users have write permissions on the SharePoint list
- I added permission to write to the virtual table in security roles (Basic User)
Running the app from app maker account (user A)
Everything works well, user A is also an environment admin
Running the app as regular user (user B)
It shows an error (Don't Have Permission To Create Row) for the virtual table only and writes the other data to the other "standard" tables.
What am I missing?
Also just out of curiosity, do users have to get permission to the SharePoint list if they have permission to the Dataverse table linked to it?
Thank you!