One way is to create one Job that uses a File Trigger on a local drive. Then create another Job that tries to download that file (with appropriate file filter). If file exists it is downloaded and the File trigger will Trigger. In the File trigger Job you can do anything you want to do.
😢 This is a very cumbersome approach!
I would prefer to use a condition on a task, but file exists conditions only allow for a single filename; not a file mask (as far as I can determine).
What about using a variable? Is there a way to determine the specific filename that the FTP get brought to the local drive using a variable and then use that variable in a condition?
Or what about using a VisualCron condition type? Any possible solutions there?
I do this type of task frequently and I don't want to have multiple jobs for each time I need to do this task.
Thank you