I’m new here so nice to meet you all. I have hands-on experience with Pabbly, and I am nearing the completion of Make’s online courses.
I try to add a time delay in days. I know that I can use the sleep function, but it is possible to delay the scenarios by up to 5 minutes. So I had to find another solution. So I created Json, HTTP request and sent the data to another scenario. There, I schedulled the scenario activation to the time I wanted.
However, when I have to do that every day separately, it becomes a tricky task. Meaning that, I’ll have to create six different routes. Then send the data to six scenarios.
So my question is, is there a way to add days’ delay which will be easier?
Even if you find a module of delay with 5 days, Make scenarios can’t last more than 45 mins total AFAIK.
HTTP request was the method I thought first too, but it’d be probably better to store the data in a Google Sheet or other database with its’ execution time (current time) and time of second scenario to be executed (+5 days).
In the second scenario (executed every day), we’ll check if the date written in the database is equal to today’s date, and if it is, continue with the script.
Just to make sure. I should start a new scenario. Then in the first model I will have to use the search Google Sheets model. In the filter I’ll have to choose the column with the delayed dates. Then, change the filter to time operators equal to and add the function now below (equal to now). Am I correct?
I did what you asked me for. But in the filter, I get an error that the values aren’t dates. So, the filter isn’t working. What do you mean by using sheetdata? Could you kindly share with me a screenshot?
You can have a scenario watch new items and schedule a cron job callback using apps like 0CodeKit that allows you to schedule a “callback” to a URL defined in a “Custom Webhook” trigger in another scenario at the exact time you want