Copy All Items In Folder

  • 10 September 2016
  • 2 replies
  • 5 views

Badge +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

Badge +7

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,

Badge +7

Good day Jason

Did you manage to solve this problem?

Reply