Sorry to be a pest, but I'm missing something in the copy task. I reviewed the tutorial and I understand the concepts, but regardless of what I've attempted it won't work correctly. It seems the problem has to be with the source file name/mask the copy task is using.
I put a wait task in the job - after the rename, just to slow things down a bit. I can see that if I put four files in the watched directory, it renames the first one, then goes on to copy all the files in the directory being watched - those still with original file names and those that have already been renamed. Then then next file is renamed and once, again, all the files are copied again.
If its going to rename one by one, then I want to zero in on just that renamed file name.If I try to modify the filemask of the copy task, I can't seem to hone in on the single file that has just been renamed - it must either be returning the equivalent of *.* or nothing (in which case I get a file copy error).
I also copied the job and left just the rename step in the first job and then set up a file trigger to watch for renamed files in the second job. If it's allowed to run realtime, the same behavior occurs (all files get copied - including those that haven't been renamed yet) instead of copying the single file that has been renamed. If I inactivate the 2nd job and then run it manually after all the renames have completed, it then works exactly like I want it to - only the renamed files are copied to their new locations.
What should I be using for the copy task filemask to get just the filename of the file that has been most recently renamed and not all files? Thanks again!