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!
Best Answer
-
Hello, no it is not possible to add a delay period before a triggered Schedule executes. The process doesnt sound from your explanation like it is 'failing'. A thought is to use a SQL query in the Dataset to only include today's data, so the refresh would not have any data to import if it has not yet been updated. An option could be for whatever process is updating the database data to also call the Schedule using API only once the data is available or to use file and dropzone that will pick up and process a file of data once it is available.
1
