Forum Discussion
Laci_Admin_PointB
Jul 29, 2019Copper Contributor
Use PowerApp and Flow to create a mobile app for adding a document to a library
My understanding is that adding a document to a SharePoint document library is not possible in PowerApps yet, but you can add an attachment to a list. So my thought was first screen in the Power...
WinfredLiu
Oct 09, 2019Brass Contributor
Not crazy at all.
You can create a SharePoint list with the same columns as in your document library. You can use the list to upload a file as an attachment and add metadata.
Then use the Flow to copy the attachment to your document library and update the file properties using metadata from SharePoint list.