Skip to main content
Nintex Community Menu Bar

Copy All Items In Folder

  • September 10, 2016
  • 2 replies
  • 18 views

Forum|alt.badge.img+6

I have been researching the Copy Item action, where I copy all of the contents of one folder to another folder. Is this a possible task using a Nintex workflow?

Folders:

Copy Action:

2 replies

Forum|alt.badge.img+7
  • September 12, 2016

Good day Jason,

You will have to use a

1. Query-list action and write all the ID's into a collection. 

2. Then with a For-Each action step through each item

3. Identify Document for next ID (currentID) and then copy that document.

4.  Use the Copy to SharePoint action which will allow you to select a folder inside a library.

191970_pastedImage_2.png

Hope this helps.

Kind regards,


Forum|alt.badge.img+7
  • March 7, 2017

Good day Jason

Did you manage to solve this problem?