Hello,
I'm using Power automate to convert Emails(.EML) to PDFs and then saving them in a onedrive folder.
Currently I'm getting a rare 406 failure - (Conversion of this file to PDF is not supported. (Sandbox_HtmlTransform_HtmlExtractionFailure / An exception occurred while executing within the Sandbox)")
- I believe its because the sender has requested a read receipt for the messages. Apart from requesting customers not to turn on read receipts is there anything I can do to in my flow to remove the receipt before trying to convert, or am I on the wrong track and could it be something else causing this flow to fail?
-retrying the flow seems to fix the problem but isn't ideal as its supposed to be automated on emails arriving and could cause us to miss orders.