• 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.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Thursday, 5th March 2026.

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