Hello,
my workflow is using an excel file as an input. the file refreshes everyday and the tab gets updated to the latest date. In my workflow in the initial steps, I'm doing the validation if the tab date = today's date. If yes then the continue with the rest of workflow. if no then trigger an email letting the stakeholders know that the input file was not refreshed. I created a simple formula tool to compare the dates and I used a filter before the email. Now the issue is that when ever there is a valid input for email at this point, there is no valid data for the continuation of the remainder workflow. It throws an error , as a result the email is not triggered. How can I accomplish , what I'm trying to accomplish?
Thanks