Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
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

  • JohnM1 Profile Picture
    19 on at
    Re: File extension not being saved from Outlook attachments

    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

  • v-yamao-msft Profile Picture
    on at
    Re: File extension not being saved from Outlook attachments

    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
    Re: File extension not being saved from Outlook attachments

    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
    on at
    Re: File extension not being saved from Outlook attachments

    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
    Re: File extension not being saved from Outlook attachments

    Hi Mabel - see below:

     

    MSFlow_error.JPG

  • v-yamao-msft Profile Picture
    on at
    Re: File extension not being saved from Outlook attachments

    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
    Re: File extension not being saved from Outlook attachments

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

  • JohnM1 Profile Picture
    19 on at
    Re: File extension not being saved from Outlook attachments

    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

  • v-yamao-msft Profile Picture
    on at
    Re: File extension not being saved from Outlook attachments

    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      

        

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,645 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow