I am trying to create a flow that recieves a PDF (file name and content) via HTTP Request.
So i have setup a test in flow 1 to call the HTTP request and send through the pdf content, but the PDF saved in flow 2 is blank.
Flow 1: [Works]
- gets Email Attachment
- Saves as PDF in SharePoint Library (correctly)
- Sends PDF content via HTTP to Flow 2
Flow 2: [Doesnt Work]
- Recieves Request
- Saves PDF to SharePoint Library
- PDF is blank/Corrupt
Thanks!