This should be so simple. All I'm trying to do is monitor a folder on a server for new files. When the new file trigger is fired, the file copy task runs. When there is only a single file to copy, it succeeds without error. If there are two or more files, the copy succeeds (and files are deleted from the source if specified), but I still get an "unsuccessful" completion message. The Output (Error) references "Exception in task: System.Exception: No Files(s) copied".
If in error handling, if i turn off "NoFilesCopied" and leave the others in place, the error doesn't appear, but what might I be losing by unchecking that option?
There is very little configured for this copy task - no file renames or anything else. What am I missing?