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

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / File extension not bei...
Power Automate
Unanswered

File extension not being saved from Outlook attachments

(0) ShareShare
ReportReport
Posted on by 19

Hi

I using the 'Save my email attachments to a SharePoint document library' flow.

However, I needed to add the date to the name of the attachment, so i created the attached flow. However, the file type of the attachment is not saving - and i seem to be getting a second file being saved without the file extension with the following at the end of the file name - ".application_octet-stream".

 

Can someone look at the attached flow and tell me what I'm doing wrong here? I'm thinking there must be something very simple that I'm missing here?

 

Regards

JohnMSFlow_filetypenotsaving.JPG

Categories:
I have the same question (0)
  • v-yamao-msft Profile Picture
    Microsoft Employee on at

    Hi @John01 ,

     

    If you want to rename the attachment, you may need to add the following steps to get the file extension first.

     

    Please check the following flow for a reference.

     

    After Get attachment, add Compose action with the following code:

    concat('.',last(split(items('Apply_to_each')?['Name'],'.')))

     

    In the action Create file, configure the File Name field likes below.

     

    Please select dynamic content Body from action Get attachment for the File content field.

    1.PNG

    2.PNG

     

    Best regards,

    Mabel      

        

  • JohnM1 Profile Picture
    19 on at

    Hi Mabel

     

    When I add that code i get an error message saying:

     

    'The repetition action(s) 'Apply_to_each' referenced by 'inputs' in action 'Compose' are not defined in the template'

     

    I assume this is to do with the second image you added where you define the input & output - however, I dont see anything coming up that allows me to enter those input & outputs?

     

    Ta

    John

  • JohnM1 Profile Picture
    19 on at

    Hi Mabel - just following up my last comment from last Friday - can you explain that part?

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

    Hi @John01 ,

     

    Could you share an image of your current flow?

     

    The second image is one succeeded run details.

     

    About the first image, the first Compose action is using the following function. Dynamic content Name comes from the trigger.

    concat('.',last(split(items('Apply_to_each')?['Name'],'.')))

     

    Please show me the function you are using in the Compose function.

     

    Best regards,

    Mabel   

           

     

  • JohnM1 Profile Picture
    19 on at

    Hi Mabel - see below:

     

    MSFlow_error.JPG

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

    Hi @John01 ,

     

    You have renamed the apply to each to Apply to each Attachment on the email, you need to modify the function using dynamic content from within your flow.

     

    Please try with the following code:

    concat('.',last(split(items('Apply_to_each_Attachment_on_the_email')?['Name'],'.')))

     

    Best regards,

    Mabel   

           

  • JohnM1 Profile Picture
    19 on at

    MSFlowFilesCreated.jpg

    For some reason my flow is creating 2 files as per above - I only need one of these (the second one, the png file). How do I stop the other file being generated?

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

    Hi @John01 ,

     

    If the email comes with only one attachment, then the flow will only create one file in the library.

     

    Please check the amount of attachments and try again with it.

     

    Best regards,

    Mabel          

     

  • JohnM1 Profile Picture
    19 on at

    Hi Mabel

     

    There's a screenshot of the file in the body of the message as well as the .png attachment.

     

    I guess that's whats causing this - problem is I can't prevent the screenshot from being sent. Is there any way around this?

     

    John

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
trice602 Profile Picture

trice602 237 Super User 2026 Season 1

#2
David_MA Profile Picture

David_MA 173 Super User 2026 Season 1

#3
Kalathiya Profile Picture

Kalathiya 95 Super User 2026 Season 1

Last 30 days Overall leaderboard