Forum Discussion
barryjarvis
Oct 04, 2022Copper Contributor
Patching Powerapp to Sharepoint List anonymously
I've built a powerapp that patches data into a sharepoint list. I want to offer the ability for users to stay anonymous, and can achieve this on the front end with no problems. However, the sharepo...
ganeshsanap
Oct 05, 2022MVP
barryjarvis You cannot achieve this using only PATCH function in power apps. You have below options:
- Pass data from Power apps to power automate flow and use the power automate flow with service account (admin) account to create items in SharePoint lists
- If you are using complex data in power apps and unable to pass it all to power automate or facing any issue: You can copy the item from the current list after PATCH and add it to another list using power automate flow as given in this thread.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.