Skip to main content
Nintex Community Menu Bar

Move the doc's from sub folder of Lib A to Lib B

  • May 22, 2018
  • 1 reply
  • 6 views

Forum|alt.badge.img+4

HI, Please help write the nintex workflow. I have 15 folders and each folder has sub folder in lib A. The workflow has to scan the lib A and move the excel files from sub folder which has status "Move" to folder in lib B. When the file in Lib B is rejected the workflow should move the file back to respective sub folder and change the status to "Ready " for users to update the file and change the status back to "Move" so that the workflow takes the action back to move the file back to lib B

Any help is appreciated. 

1 reply

Forum|alt.badge.img+17
  • April 30, 2019

I would have the move function as part of a sub workflow process because if it fails its going to fail at that one sub workflow, not for everything running in the workflow itself. 

 

This is doable by first figuring out how many files need to move, and then moving them in a looping fashion.