web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details
Power Automate - Building Flows
Answered

Create a file with Power Automate Flow but loses the extension file name

Like (2) ShareShare
ReportReport
Posted on 5 Jul 2024 14:56:39 by

Hello my friends, how are you?

 

Thanks again. You already helped me once and now I need one last bit of help to finish my work.

 

With the help of a friend here, I finished a flow within Power Automate that talks to Microsoft Lists and Microsoft Sharepoint.

Now, I've reached the final part, where the flow takes the contents of the attachment (or attachments) that the user includes when they create a new item. And the flow creates a new file in a specific folder in a specific Sharepoint library.

 

The creation is working perfectly!

But the file extension is lost when it creates the new file.

 

For example: If the user attaches a file called ASDFGHJKL.pdf and I want the stream to rename it to

FRIEND.pdf

the flow renames only to

FRIEND

without the extension (.pdf) at the end of the file

 

If the user attaches a file in PDF or PNG or JPEG or whatever, it renames the file correctly but loses the extension.

Can you help me?

1 (1).png

 

 

  • Verified answer
    fabtodton40 Profile Picture
    on 09 Jul 2024 at 14:59:57
    Re: Create a file with Power Automate Flow but loses the extension file name

    Thank you for the patience guys.

    I got it with this expression

     

    last(split(item()?['DisplayName'], '.'))

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