Skip to main content
Nintex Community Menu Bar

How to Rename a Folder

  • December 3, 2018
  • 1 reply
  • 42 views

Forum|alt.badge.img+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

Forum|alt.badge.img+7
  • Nintex Partner
  • December 3, 2018

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...