I have been searching for an answer with no luck. We are trying to copy documents that meet our criteria from one library to another. Here are the steps we followed:
- Copied the existing library as a template
- Created the mirror library using the template
- Wrote a Site workflow to query the documents that meet our criteria
- Have a For Each loop that processes the collection
- Add Copy Item (Copy to SharePoint is not an option for a site workflow)
- The workflow will run and copy some document but then errors our for several different reasons
- Sometimes it stops and error is source and destination information dont match
- Sometimes it stops and error is unexpected error
I have tried restarting the workflow at the next document ID and it runs and stops again. Attached workflow for review. A fellow Nintex developer told me to put a counter in for pause and restart.
I have been pulling my hair out for over a week and cant get this to work. Would someone please tell me what is wrong