While using Power Automate Cloud HTTP (Premium) connector and passing API to upload PDF file to another Application, I am seeing the PDF uploaded in another application is completely blank. However, the blank pdf has exact number of pages as my original file with content. Could someone please help on this on an urgent basis. I need help in writing headers and body section for the same.
Hi, how are you passing the pdf file content though? As base64?
You might need to run a compose.
{
"$content-type": "application/pdf",
"$content": "base64here"
}
Then pass the body of the compose in the body of the HTTP.
rpersad
16
David_MA
10
Super User 2025 Season 1
Michael E. Gernaey
8
Super User 2025 Season 1