Add a delay in automation between when a trigger is triggered and when the action is carried out.
Hi,
I currently have a number of schedules and automations running in order to run some sequential steps in a find duplicate process.
I have an initial schedule that refreshes data and then an automation that detects the datasets are refreshed and kicks off a workflow that validates that the date stamp on the data is today, if it isn't it then triggers the initial schedule to refresh the data again.
The validation step only takes about 7 seconds so i am wondering if it is possible add a delay before the dataset refresh kicks off again (as it is quite literally refreshing every 7 seconds until the date is today) ideally I would like to wait 15 mins before the schedule dataset refresh kicks off again.
Also.. if possible is there a way to stop this loop if it fails say 5 times?
TIA!