Scenario running twice

Hello,

I have a scenario that is running twice. How do I stop this from happening?

Hi @Tammy

Can you tell if your scenario runs with instant or interval trigger?

If it’s instant, then the app you are triggering should be the cause of the issue. You can use make’s data store and unique id of whatever data you are getting to deduplicate your data, that way even if something runs twice it wont be send to your destination app.

1 Like

The scenario starts with a webhook module. I’ll try your suggestion. Thank you