• 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
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

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

Double Update to Webflow Live Item

OllieG

Member
I have a workflow that takes the input of a form from a webflow site turning that input into a live CMS item. The workflow currently makes 2 items on every form submission. I only recieve one email confirming the submission but 2 CMS items appear
 
P

Pabblymember11

Guest
Hey @OllieG

As we can see from your workflow, you are getting the same trigger response multiple times and because of that, your tasks are getting executed multiple times.

And the reason behind that is perhaps you have pressed the "Save & Send Request" multiple times which has created the webhook URL in your Webflow multiple times.

Example -

The Sample was from Pipedrive but you might have also got the same warning message.
1665205390730.png


Solution -

1. You can delete the multiple webhooks from your Webflow account as mentioned in the following screenshot if available from the account level or can contact their support team to delete the similar additional webhook URL from your Webflow account.

2. Furthermore, you can create a new workflow/clone the same one and delete the previous one which will create a new webhook only once and can send the data one time.
 
Top