I have a List Files task that pulls the full file name(s) of all files in a folder. I am using the tilde as the file separator.
I then create a loop, using the for x to y format, where x starts at 1 and y is the Result.Norows of the List Files task.
In a test job, where the only function in the loop is to a) pop up the name of the current file in the list, and b) move that file to an archive folder, every thing works fine and wonderful, and no matter how many files are in the folder, everyone of them is successfully listed in the pop-up and moved to the archive folder.
When I duplicate that in a production job, the loop finds the first file, performs the 4 tasks needed with the file, and then stops. It never goes beyond the first file it finds in the tilde delimited List Files OutPut.
I have checked and rechecked to verify that my production job is using the same delimiters, and functions to split out the desired file name, and they are all the same, but the test job handles all the files in the folder, while the production job only handles the first file and then quits.
What else should I be looking at to explain this oddness?
Version 8.2.4
thanks
Luther