web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Outlook Connector - Dr...
Power Automate
Suggested Answer

Outlook Connector - Draft an email message

(0) ShareShare
ReportReport
Posted on by
Issue with "Draft an email message" action (Reply mode)
When using:
- Draft an email message
- Draft Type = Reply
- Message Id from trigger
- Body populated with dynamic content (or even static content was tested)
The behavior is:
- Draft is created in the conversation
- BUT Body content is not inserted into the reply
- AND the original email thread is included (only, but looks like a reply)
If Body is left blank and "Comments" is used:
- A new message is created in the conversation with the dynamic content (or static when tested)
- Still not a true reply
Expected:
- Draft should behave like Outlook "Reply"
- Body should appear at the top
- Original thread should be included
This appears to be either a limitation or a bug in the connector.
Categories:
I have the same question (0)
  • Suggested answer
    Expiscornovus Profile Picture
    33,891 Most Valuable Professional on at
     
    Yes, I can reproduce your issue. My suggestion would be to report this to Power Automate support as well (in parallel to this thread):
     
    As a workaround you could PATCH your Draft message and include the body content you already used.
    https://learn.microsoft.com/en-us/graph/api/message-update?view=graph-rest-1.0&tabs=http

    Below is an example of that approach.

    1. Expression to reuse the content
    json(
      concat(
        '{ "body": { "contentType": "HTML", "content": "',
        replace(
          concat(
            actions('Draft_an_email_message')['inputs']['parameters']['draftMessage/Body'], '<br><br>',
            outputs('Draft_an_email_message')?['body']['Body']['Content']
          ),
          '"',
          '\"'
        ),
        '" } }'
      )
    )




     
    Happy to help out 😁

    I share more #PowerAutomate and #SharePointOnline content on my Blog, LinkedIn, Bluesky profile or Youtube Channel
  • Vish WR Profile Picture
    3,748 on at
    Removed the message as the information is already provided by @Expiscornovus
     
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard