Forum Discussion

Francis Lopez's avatar
Francis Lopez
Copper Contributor
Nov 09, 2018

Uploading file via PowerApps into SharePoint document library

I'm hoping someone has encountered the situation I'm in and were able to come up with a successful solution.   I currently have a PowerApps application that uploads a file to a Sharepoint document...
  • ChrisWebbTech's avatar
    Nov 10, 2018
    The http request was first thing that came to my mind but it’s a pita :). I guess the question is do you make use of the files in the powerapp or is it just a submission form? If you aren’t getting return data immediately in the app you could just rig it up where you dump the file to a temporary file location and just have another flow owned by the system account with a “new item” trigger moves the files into the final destination library.

Resources