Flow Control: Sleep - wait, option to add a delay between requests in user apps
planned
Alex Chekalov
Being able to "postpone" a module/scenario/route in one execution in days or specify a datetime.
Log In
Autopilot
Merged in a post:
Wait/Scheduler/Delay
Kazeem Ibrahim
Delays or schedules a single module and the rest of workflow after it e.g email until specified time before sending.
Ondřej Veselý
marked this post as
planned
Hello. Our development team is currently starting preparations for development of a feature that will allow you to pause scenario for a long period of time (days, weeks). Once its ready we will announce readiness here.
Shakeeb Hakim
Ondřej Veselý any update?
Daniel Born
Hey Shakeeb Hakim 👋 Due to a change of priorities, this is now tracked in a the "Later" section of our roadmap. In the mean time, there are some usable workarounds - just search through our Community (community.make.com) and you'll find something that fits your needs.
Jorn
This still has not been implemented, right??
Martin Nettling
A solution for this could be the following snippet:
first request
},
{
"repeat" : {
"condition": "{{temp.index <= 2}}",
"delay" : 5000
},
"response": {
"output": {},
"temp" : {
"index" : "{{temp.index + 1}}"
}
}
},
}
a another request
Pres Junior
Automate.io has this, they call it Timer
Wilma Jenny Davis
I need this too, people make a future appointment, I want a reminder sent the day before which could be up to 2 weeks later. So far, I can only do this with Zapier's Delay tool that allows delays up to 30 days.
Lasse Soininen
Zapier has Delay step that's perfect 👌 Allows you to schedule steps to the future.
Ing. Alberto Scocco
It is the same problem I have: to wait for a specific amount of time from one email to another. Is there any solution?