I am having a problem using a "Remote File Trigger" when it downloads multiple files before triggering. It runs the job for each file downloaded, but the variables available in the trigger only has the last file downloaded.
I setup an FTP site and am watching that for files that are created and made sure that "Put Job in Queue" was selected. If I create 4 files in the FTP site, it will properly download each of them, but when executing the job tasks, they all run as if they are processing the last file downloaded.
Am I misunderstanding how to use this trigger?
Simple job to reproduce:
Trigger - Look for FTP files in a specific path, and choose to download them
Tasks - Email the results of the trigger variables
If it downloads 4 files that match the file mask, but the results of the Trigger seems to only be the last file downloaded.
Using 8.3.5
Thanks,
Brad