Skip to main content

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. 

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. 


Reply