Hi everyone,
I'm hoping someone can help me with a persistent and quite frustrating issue I'm facing in Power Apps.
I'm using the PDF()
function within a Power App to generate a PDF, and then sending it as an attachment via the Office365Outlook.SendEmailV2
connector.
Here's the problem:
- When the email is sent to a Gmail address, the PDF attachment opens and renders perfectly, with all the data visible.
- However, when the exact same email is sent to an Exchange or Outlook recipient, the PDF attachment arrives either completely blank or corrupted.
This is really stumping me, as it works flawlessly for Gmail, suggesting the PDF generation itself might not be the core issue. Has anyone encountered this specific behavior before, or do you have any insights into why Exchange/Outlook might be handling these PDF attachments differently?
Any help or suggestions would be greatly appreciated!