Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Rename an attachment from Forms

(0) ShareShare
ReportReport
Posted on by 60
Hello Community
 
I have a flow that sends an email w/ attachment every time a Form is completed and creates an Item w/ attachment. I´d like to change the name since it adds the name to the file name. Example, image.jpg turns into image_John Doe X.jpg (X denotes an increment value). I´ve tried to hard code the name but it is expecting an array.
 
This is my flow (I will only show the false branch):
 
 
Here is where I tried to hardcode the name.
 
Flow expanded
 
 
 
  • Verified answer
    PM-13052142-0 Profile Picture
    60 on at
    Rename an attachment from Forms
     
    I finally managed to pull this out by renaming the file name with this function, concat('Intendencia','.', last(split(items('For_each_intendencia')['name'], '.'))) 
     
    I called the Body Name and applied some tweak to keep the extension of the file (Split and Last) and rename it (Concat)
     
     
     
  • Verified answer
    Tomac Profile Picture
    693 Super User 2025 Season 1 on at
    Rename an attachment from Forms
    Looks like you're trying to use the output of a Parse JSON action as a filename. The results of Parse JSON will not be a string. You will need to extract the specific value from that JSON to use as the filename value.

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

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!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1