Forum Discussion
Henning Strand
May 16, 2019Brass Contributor
Saving PowerApps app results to SharePoint list using service account instead of app user
I am creating an app for end users to take a test and then submit the results to a SharePoint list. I am no fan of giving everyone contribute access to the list, as they potentially will be able to e...
May 16, 2019
Far as I know it's not possible. You could use flow instead of Patch to pass in all your values then use impersonation there to put it into SharePoint. Or use an Azure SQL Database and connection, which is what I pref using since you have less delegation issues. Then you use a shared login, but you can control security through the app and they dont' have a way to get to the raw data.
Also, you might want to try the official Powerapps forum here: https://powerusers.microsoft.com/t5/PowerApps-Community/ct-p/PowerApps1
Lot more people watch that forum smarter than myself in PowerApps, so might give that a whirl.
Also, you might want to try the official Powerapps forum here: https://powerusers.microsoft.com/t5/PowerApps-Community/ct-p/PowerApps1
Lot more people watch that forum smarter than myself in PowerApps, so might give that a whirl.