Hello , I have built a workflow which reads a report generated on a daily basis and sends out email MIS for that specific report. These Reports are manually saved by our team in a shared folder before the scheduled run of Alteryx workflow. Each day reports will be saved and these reports will have specific run dates as their names example : XYZ 07142021.csv , XYZ 07132021.csv . There are times when team will either forget to save the latest report or for some reason latest report is not generated then the Alteryx workflow will pick up the yesterday's report and start sending out emails which becomes duplicate. Is there a way we can stop the workflow from running is no new Input files are saved In shared folder and instead Alteryx Workflow generating duplicate MIS of previous day report , can it generate an email saying "No New Report Found". Thanks SK