• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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
 

Supreme

Well-known member
Staff member
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