×

John Day Q&A's video: Power Automate: Rename SharePoint Files - a great intro to Send HTTP Request

@Power Automate: Rename SharePoint Files - a great intro to "Send HTTP Request"
There is no rename file action in the SharePoint data connection, so how are your getting Power Automate to rename your files? If you are creating a new file from the existing one, you are failing on fundamental document management policy and compliance. In this video I introduce HTTP requests using file renaming as an example. We will rename the current file so you do not lose version and audit history besides many other things. Works with OneDrive files too. HEADER CODE ------------------------ content-type application/json;odata=verbose X-HTTP-Method PATCH If-Match * BODY CODE ------------------- {'__metadata': {'type': 'SP.Data.Shared_x0020_DocumentsItem'}, 'Title':'Sample', 'FileLeafRef':'Sample.docx'} You can replace Title with another field name ore remove the entire row if it is not required.

597

117
John Day Q&A
Subscribers
3.3K
Total Post
76
Total Views
298.5K
Avg. Views
4.9K
View Profile
This video was published on 2021-09-01 23:10:34 GMT by @John-Day-Q&A on Youtube. John Day Q&A has total 3.3K subscribers on Youtube and has a total of 76 video.This video has received 597 Likes which are higher than the average likes that John Day Q&A gets . @John-Day-Q&A receives an average views of 4.9K per video on Youtube.This video has received 117 comments which are higher than the average comments that John Day Q&A gets . Overall the views for this video was lower than the average for the profile.

Other post by @John Day Q&A