
Hello All!
So we have a power automate flow that is started within an Expense Approval Power App. A manager approves the expense within the app and there is HTML code that takes an image and places it next to a table with the information for the expense. The HTML output (with image built in) is then run through a flow (FlowName.Run()) that converts the output to a PDF. The HTML Output is emailed to the accounting team, with the PDF output attached to the email.
Somewhere during the conversion process, the image that is built into the HTML code is disappearing. It will show up in the body of the email, but in the PDF output the spot in which the image should be is blank.
Email body:
You can see the image and the HTML table below it.
PDF Output:
You can see where the mouse is that there is no image next to the HTML Table.
The flow takes the HTML output and saves it as "PDFSubmittal.HTML" then uses that path to convert to a PDF. Using the "PDFSubmittal.HTML" and converting to a PDF outside of the flow works fine.
Any ideas?
Flow Steps:
Hi @atavano ,
Could you please show me your Html text?
Are you using a link in the src of the <img> tag?
If it's a link where the image won't work after it's converted to PDF, I suggest saving the image on OneDrive and using the image's base64 data in src.
Best Regards,
Dezhi