Hi,
I am working on a flow to have a user upload an excel file, then have this excel file uploaded to onedrive. In my flow, I am currently able to generate the upload URL but am stuck at the next step of uploading the file. In my operation, I have it set up to take in the upload URL for the path and take in the file size to fill in the content-range header. The PUT request however also requires the file itself to be placed in the body of the request usually as binary.
I am wondering how I can take the file uploaded and then have it placed into the body of my request to upload to onedrive. Any help or knowledge of how to do this would be greatly appreciated.
Best,
Andrew