Skip to main content
Community site session details
Power Automate - Building Flows
Answered

Export email - Can't open file

Like (1) ShareShare
ReportReport
Posted on 9 Dec 2020 20:58:47 by 102

Hi,

So I created a flow where it triggers when an email arrives to a Shared mailbox and then it would create the email on SharePoint library, but the problem is we can't open the email once we download it, I get this error "Can't open file: [filename]. The file may not exist, you may not have permission to open it, or it may be open in another program."

This happens with different machines/users so it's not only my computer. 

Here's a summary of the flow:
chrome_8BtI585T3Z.png

This is the error I get when I download the email from SharePoint library:
OUTLOOK_86wagAbcNd.png


I can rename the email once I download it so it's not opened anywhere.


Has anyone else experienced this?

  • Verified answer
    sudharsan1985 Profile Picture
    1,325 on 10 Dec 2020 at 08:16:45
    Re: Export email - Can't open file

    Hi @MrEdward 

    I am able to replicate the scenario the cause of the error is due to the filename. Do not give the filename like the dynamic expression and then string like what you gave. Use the concat method to append the file name as like the below. Use the extension as eml and not as msg

     

    concat(triggerOutputs()?['body/subject'], '.eml')

     

    The moment I used the above expression and added the output of the Export email action and then created a file in OneDrive, I am able to open the file.

    Please try the above and let me know.

     

Helpful resources

Quick Links

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 2