• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Workflow executes many times, no reason

Your Task History ID
IjU3NjUwNTZlMDYzNTA0Mzc1MjZiNTUzMzUxMzU1MTYxNTQzMzBmMzgi_pc
I have a workflow that triggered today around 4 PM, but after that, even though it ran successfully, it started running again repeatedly minutes later, continuing for several hours. It behaved like retry attempts due to failures, but that wasn’t the case since I had to reverse results—because they were executed correctly. I don’t understand why it kept executing multiple times.
 

Preeti Paryani

Well-known member
Staff member
Hello @Luis Alonso Ramirez,

Upon review, we noticed that your trigger is still waiting for a response, which may have caused the workflow to trigger multiple times for the same response instead of new ones. To resolve this, we recommend disabling your current workflow and setting up a new one—either by cloning the existing workflow or creating a new one from scratch.

Let us know if you need any assistance.
 

Preeti Paryani

Well-known member
Staff member
Hello @Luis Alonso Ramirez,

Could you please test the same process with a webhook URL provided by webhook.site and let us know if multiple responses are getting captured there as well also provide us with the webhook.site URL so we can also monitor the issue.

If multiple responses are getting in the webhook.site as well then the issue seems to be with the trigger application itself and we recommend reaching out to them in that case. However, in case the responses are getting captured as expected then please revert to us with the webhook.site URL and the new workflow URL you have created so we can better look into the issue and assist you accordingly.

You can refer to this tutorial to learn how to use webhook.site to test webhook-based triggers -
 

Himesh

Active member
I did it, made a new one, so the new one executes twice each time
Which trigger application you are using?

If you are still not able to solve this on your own feel free to DM me and we can do a free zoom call. FYI I'm not from Pabbly Connect team, just a freelancer who helps other Pabbly users.
 
Hello @Luis Alonso Ramirez,

Could you please test the same process with a webhook URL provided by webhook.site and let us know if multiple responses are getting captured there as well also provide us with the webhook.site URL so we can also monitor the issue.

If multiple responses are getting in the webhook.site as well then the issue seems to be with the trigger application itself and we recommend reaching out to them in that case. However, in case the responses are getting captured as expected then please revert to us with the webhook.site URL and the new workflow URL you have created so we can better look into the issue and assist you accordingly.

You can refer to this tutorial to learn how to use webhook.site to test webhook-based triggers -
I don't use a webhook, Im just using an integration between Calendly and Todoist applications. When an event is created on Calendly, a task is created on Todoist, simple !! but the task is created twice always.
 

ArshilAhmad

Moderator
Staff member
The issue you are describing occurs when a user clicks on 'Save & Send Test Request' multiple times. This, in turn, creates multiple webhooks in Calendly, leading to the workflow being executed multiple times.
1742337324074.png


To fix this issue, you need to disable your current workflow and create a new one from scratch (without cloning). Make sure not to click on 'Save & Send Test Request' in the Calendly trigger step multiple times.
 
Top