Skip to main content
Nintex Community Menu Bar

NWC Move SharePoint online folder and contents to another doc library

  • August 12, 2022
  • 2 replies
  • 46 views

harfmt1
Forum|alt.badge.img+4

Is it possible with NWC to move a SharePoint doc library folder and contents (all sub folders & files) to another doc library? 

 

I just want to pick up a folder and all of its contents and move it a different doc library. 

2 replies

Gavin-Adams
Forum|alt.badge.img+13
  • Communicator
  • August 12, 2022

not with existing sharepoint online workflow actions.

 

There are some API methods that cover moving of files and folders.

You might be able to get something working using a custom web request.

 

I'm not an expert on these APIs but here are couple of links to send you down the rabbit hole.

Move a file or folder - Microsoft Graph v1.0 | Microsoft Docs

Microsoft 365 Copy and Move API (CreateCopyJobs) | Microsoft Docs

 


harfmt1
Forum|alt.badge.img+4
  • Author
  • Scholar
  • August 12, 2022
Thanks Gavin-Adams. I'll have a look.