Forum Discussion

GACVizDesign's avatar
GACVizDesign
Copper Contributor
Dec 08, 2020

Rename Folder Error

Good Evening All!  I am working on creating a flow to duplicate a predetermined folder structure and then rename the folder based on a MS Forms submission.  I have the folder duplication into the co...
  • yenijc's avatar
    yenijc
    Dec 10, 2020

    GACVizDesign 

     

    I see that you are using the default document library in the site which is the Documents. In your Uri, you should only write the document library's name in the getbytitle part: _api/web/lists/getbytitle('Documents')/items([ItemId here]). If you did not change the display name of your document library, that should work. However, if you changed it, please change the Documents to your document library's current display name. 

     

     

    and for the Body, the metadata type should be SP.Data.Shared_x0020_DocumentsItem

     

    {
    	"__metadata": {
    		"type": "SP.Data.Shared_x0020_DocumentsItem"
    	},
    	"FileLeafRef": "Folder Name"
    }

     

     

    Your http request action should look like this:

     

    Hope that helps.

Resources