How to check if the target table got refreshed before triggering any workflow?
I need to set a dependency on the automated workflows. I want my workflow to go to backend table and see if the table got refreshed with today's date before triggering the workflow. If table didn't get refreshed, then it should send out an alert and re-trigger after some time may be 1 hour for an example. Can we achieve this? if yes how?
Thanks in advance!