How to Rename a Folder

  • 3 December 2018
  • 1 reply
  • 19 views

Badge +3

SharePoint Workflow 2013

I have a list workflow that triggers when a Topic is changed. Finds the Folder with the same Topic name by it's ID.   I can't find a way to rename the folder to equal the Topic.

I used  Query List (filter  by Folder content type) but doesn't work.  I also used the update item and it still doesn't work.

Perhaps Call Web Service UpdateListItems but I'm stuck at the field "Updates (xml)".

Can someone please give me a hand?

Thanks,

Monica


1 reply

Badge +7

Hi

 1) Get id Using Rest api and Web service 

 2)  use FileLeafRef as column name to update Folder name 

 

221535_pastedImage_3.png

221536_pastedImage_4.png

Note - used REST API and callHTTP Web service 

Regards

Ranjith...

Reply