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 Apps / Open Email from PowerA...
Power Apps
Answered

Open Email from PowerApps in OWA

(0) ShareShare
ReportReport
Posted on by 16

I have a PowerApp displaying emails for users and I want to be able to have the user open the email by selecting from PowerApps and launching the selected email in OWA. Is this possible? Would I need to use Power Automate?

Categories:
I have the same question (0)
  • UdayAdhikari Profile Picture
    450 Most Valuable Professional on at

    @vysta - I am guessing you are using Outlook.com connector in your app to display emails. If so, you could try something like this:

    Set(
     gblEmailOWAUrl,
     "https://outlook.office.com/mail/inbox/id/" & EncodeUrl(First(colEmail).ConversationId)
    );
    Launch(gblEmailOWAUrl)

    Note: colEmail in my example above is a collection of emails loaded by calling Get Emails.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Thanks

  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @vysta ,

     

    Please try to put the following code to OnSelect property of Email label.

    Launch("https://outlook.office.com/mail/deeplink/compose?to=" & Self.Text &"&subject=Customer Service Request&body=Add+Your+Request+here")
    

    Hope this helps.

    Sik 

  • vysta Profile Picture
    16 on at

    Yes, @UdayAdhikari that launches OWA but it does not open the selected email from PowerApps. I would like to open the actual email message in OWA or at least default select the message so it is the correct one being previewed 

  • Verified answer
    UdayAdhikari Profile Picture
    450 Most Valuable Professional on at

    @vysta - I would confirm that the email is in Inbox folder and not in other folders. Here is a base code that I was testing with and I am able to open emails fine. Note: Change first part of the URL as required, I was testing against my personal outlook email address with no Office 365 license.

     

    PowerAutomate-LaunchEmail.png

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Thanks

  • vysta Profile Picture
    16 on at

    @UdayAdhikari That did the trick! I changed the URL to Launch("https://outlook.office.com/mail/inbox/id/"&EncodeUrl(Gallery1.Selected.ConversationId)) and was off to the races!


    Thank you!

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 Apps

#1
Valantis Profile Picture

Valantis 421

#2
WarrenBelz Profile Picture

WarrenBelz 345 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 278 Super User 2026 Season 1

Last 30 days Overall leaderboard