Goal: I have three files, File1.txt, File2.txt, File3.txt in a directory I want to copy out to another directory but only when all three files are present.
Setup: I have set three conditions that are the files must be present and a trigger on file created/added. The conditions are listed as Match = File1.txt file exists - True, File2.txt file exists - True, File3.txt file exists - True.
How it works: If I drop File1.txt, then File2.txt, and then File3.txt the files are immediately copied out.
Problem: If the files are dropped in an order other than File3.txt being last, it doesn't work. The job just hangs. File3.txt must be the last file dropped for the job to trigger.
Does anyone know how to make it so the files can be dropped in any order but all three must be present for the job to execute?