I have identified a limitation in the Send an email (V2) connector in Power Automate.
When sending an email with attachments that include IsInline: true and a valid ContentId, the connector does not respect these properties. All attachments are treated as regular file attachments regardless of the IsInline flag, causing inline images (such as email signature logos) to appear as separate downloadable attachments instead of rendering inline in the email body via cid: references.
Expected behavior:
Attachments with IsInline: true and a matching ContentId should render inline in the HTML body, consistent with how the Microsoft Graph API handles inline attachments.
Actual behavior:
All attachments are rendered as separate file attachments, ignoring IsInline and ContentId.
Workaround used:
Filtering out inline attachments entirely using a Filter array action, which resolves the duplicate attachment issue but removes inline images from the email thread history.
This limitation makes it difficult to forward or reply to emails with inline images while preserving their correct placement in the HTML body.

Report
All responses (
Answers (