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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Copy folder from Share...
Power Automate
Unanswered

Copy folder from SharePoint with new name I choose

(0) ShareShare
ReportReport
Posted on by 3

Hello Community,

I would like to copy a folder and all of its contents in SharePoint on a recurring basis which is pretty trivial but I need to be able to choose the name of the new folder. The 'Copy folder' actions seems to just append a 1, then 2 and so on.

I would like to append the date of flow run time to the name of the new folder - how do I achieve this?

Categories:
I have the same question (0)
  • AWorley Profile Picture
    414 Super User 2024 Season 1 on at

    In power Automate you can send an HTTP Request to Sharepoint directly. Below are the values to rename a file using the Copy Folder action. 

     

    AWorley_3-1679345302532.png

     

     

    Send an HTTP request to Sharepoint values: 

     

     

    Site Address: <Address to your site>
    Method: "POST"
    Uri: "_api/web/GetFolderByServerRelativeUrl('@{outputs('Copy_folder')?['body/Path']}')/ListItemAllFields"
    Headers
    • If-Match: *
    • X-HTTP-Method: MERGE
    • Accept: Application/json;odata-verbose
    Body:
    {
                  "Title": "NEW FOLDER NAME",
                  "FileLeafRef": "NEW FOLDER NAME"
                }
    AWorley_2-1679345262657.png

     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
trice602 Profile Picture

trice602 315 Super User 2026 Season 1

#2
David_MA Profile Picture

David_MA 273 Super User 2026 Season 1

#3
Power Platform 1919 Profile Picture

Power Platform 1919 117 Super User 2026 Season 1

Last 30 days Overall leaderboard