How can setup Pabbly Delay by Seconds?
Status: Open · Asked by Ton Won on · 0 views
Since I want to send out message by delay 20 seconds per times, how can I setup it by seconds?

Hello @gpro,
Please refer to this forum thread to know how you can set up the delay for seconds.
https://forum.pabbly.com/threads/need-help-with-pabbly-connect-workflow.30963/#post-145744
Note: If you want to add a delay in seconds, it can only be added for 24 seconds or less.
Since I want to send out message by delay 20 seconds per times, how can I setup it by seconds?
Just use this action

Just use this action
thanks but just can do up to 24 seconds?
Yes, that’s correct. In Pabbly, a request can only wait up to 25 seconds for a response, so any delay should be set below this limit to ensure proper execution.
Just use this action
This App already not work, any other ways can do Delay in Seconds?
Thanks!
Hey @gpro,
Unfortunately, adding a delay in seconds is not possible at the moment.
Hey @gpro,You can use this JavaScript code instead:
const delaySeconds = 20;
const start = Date.now();while (Date.now() - start < delaySeconds * 1000) {
// wait
}output = [{ wait: delaySeconds + " seconds" }];
how can I add Java Script in workflow?
Hey @gpro,
Unfortunately, adding a delay in seconds is not possible at the moment.
Hey @gpro,Unfortunately, adding a delay in seconds is not possible at the moment.
can you pls update me when it available?
Sure, if we introduce a functionality where a delay in seconds can be added, we will let you know.
Hello @gpro,Please refer to this forum thread to know how you can set up the delay for seconds.
https://forum.pabbly.com/threads/need-help-with-pabbly-connect-workflow.30963/#post-145744
Note: If you want to add a delay in seconds, it can only be added for 24 seconds or less.
I got error when follow the script.
It is not possible to add a delay in seconds using the code anymore. Our team is working on adding the option to include delays in seconds in the Delay module. We will get back to you as soon as this feature becomes available.
At the moment, it is not possible to add a delay in seconds.
Thanks & Regards,
Arshil Ahmad
Customer Support Associate
? Pabbly.com
?Rate your support
It is not possible to add a delay in seconds using the code anymore. Our team is working on adding the option to include delays in seconds in the Delay module. We will get back to you as soon as this feature becomes available.At the moment, it is not possible to add a delay in seconds.
Thanks & Regards,
Arshil Ahmad
Customer Support Associate
? Pabbly.com
?Rate your support
nice to hear that.
Hope can deploy it within March.
Thank you!
It is not possible to add a delay in seconds using the code anymore. Our team is working on adding the option to include delays in seconds in the Delay module. We will get back to you as soon as this feature becomes available.At the moment, it is not possible to add a delay in seconds.
Thanks & Regards,
Arshil Ahmad
Customer Support Associate
? Pabbly.com
?Rate your support
any update about delay in seconds feature?
Hey @gpro,
Thanks for following up.
However, currently, this particular feature has not been rolled out yet.
Please note that our team is planning to introduce this feature within the next few months. We truly appreciate your patience until then. Once this feature is introduced, all users will be notified accordingly.