Error When People Post Links

I’m having issues when people post URLs or hyperlinks. It sends the message from Slack to Discord but if some or the same person sends a message after, the scenario deactivates. I’m not really sure how to fix this.

Welcome to the Make community!

What is the error message? You didn’t give us much to go on.

You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be retried or ignored. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.

For more information on how to handle errors, see:

Error handling in Webhooks

2 Likes

Thanks for the reply @samliew.

I got it work correctly, I just added an error handler to ignore the error.

2 Likes