11-07-2023 02:55 AM
In this Power Apps design tutorial video, I will showcase how to upload multiple files directly from Power Apps to SharePoint document library using the Microsoft Graph API. We will leverage the Office 365 groups connector's (standard connector) "Send an HTTP request" action in PowerApps to call the Graph API to upload files from attachments control. Video will include a demo of an end-to-end SharePoint document library experience in Power Apps.
Video includes the following:
✅ Uploading files from Power Apps to SharePoint Document Library without Power Automate
✅ Upload files to SharePoint using Graph API in Power Apps
✅ Uploading multiple files from Power Apps to SharePoint Document Library and set metadata (edit document properties)
✅ Use Graph API PUT method to upload the files using Office 365 Groups connector's "Send an HTTP Request" function
✅ Uploading files to document library at root or folder level
All of the above using standard connector actions in Power Apps.
Thanks,
Reza Dorrani, MVP
YouTube
Twitter
watch?v=n3mhe88BI34
Hi @RezaDorrani thanks for your solution for this. I made it for my app and I want to add the uploaded file's link to the SharePoint list. because I need to call this document in case of anyone needs this document over the app. Is there any way to do it?