Webhook triggers 2 operations (duplicates)

I have created a scenario to automate Airtable records to Webflow.
Whenever I trigger a webhook using a Airtable Button, the new entry starts its way from Airtable through the scenario.
Problem is the webhook triggers 2 operations at the same time. I think the problem is not the inside the scneario because I’ve set the schedule to “On Demand” just to see what gets into the webhook queue, and I saw that it creates 2 seperate instances every time it’s triggered.
I also tried to delete the Webhook and create another. Didn’t help.

Any ideas?


Welcome to the Make community!

You might simply need to add a filter after your Webhook to only “accept” the specific event type you want.

Could you post the output bundles of both duplicates so that we can compare them?

Please provide the output bundles of the Webhook Trigger modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download output bundles”.
Screenshot_2023-10-06_141025

A.

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading them here will look like this:

module-1-output-bundle-a.txt (12.3 KB)
module-1-output-bundle-b.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

This will allow others to better assist you. Thanks!

2 Likes