After sending a file via SFTP we're trying to watch a return directory for a file. Once this file arrives we want to trigger the next job. If nothing arrives within 12 hours of posting our file we trigger a notification.
I set a condition to "Don't Wait" if the file is present and that process works fine, it completes the necessary next task. I'm having an issue if there is an empty directory. I set the condition for "On Match None" to retry every 5 minutes and then set the flow value to "On running longer than" with a 12 hour timeout and the notification.
When I run the task with an empty folder I get an immediate error saying that there is no file to copy even though the condition says to retry. If I remove the "no file(s) copied" checkbox from the "On error" tab the job says it was successful even if there is no file.