Hello,
In my flow below I am taking responses from Microsoft Forms and then populating them into a HTML template. Creating a HTML file in OneDrive before finally converting this file to PDF.
The problem i am having is that whilst the flow completes successfully, the PDF is not being generated (whilst the HTML file is).





This is the Output of my "Convert file" action:
{
"statusCode": 200,
"headers": {
"Pragma": "no-cache",
"x-ms-request-id": "79f2bfea-ce36-4fbb-85a5-02e8d6bd4bc5",
"x-ms-file-name": "TFdTVlEtUG93ZXIgUGxhdGZvcm0ucGRm",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "true",
"Cache-Control": "no-cache",
"Date": "Thu, 31 Mar 2022 15:42:41 GMT",
"ETag": "\"{394347E9-CDDF-4F41-9A5A-17FAC4B24790},2\"",
"X-AspNet-Version": "4.0.30319",
"X-Powered-By": "ASP.NET",
"Content-Length": "61887",
"Content-Type": "application/pdf",
"Expires": "-1"
},
"body": {
"$content-type": "application/pdf",
"$content": "JVBERi0xLjQKJdP0zOEKMSAwIG9i
I've not included the whole body of the content as it exceeds the posting limit on this forum.