Hello. I have a scenario deactivated after an error in the telegram module. But, the error is not critical and can be ignored. How can I make the scenario not deactivate after an error?
@Artem4
Hi, you can solve this problem by connecting the Ignore error handling module to the module where the error occurs.
Reference: https://www.make.com/en/help/errors/error-handlers/ignore-error-handler
1 Like
I know about this method. Thanks. It’s just that there are quite a lot of modules and I thought that it could be done globally. I guess I’ll have to do it that way.
1 Like
Okay, you’re right, we just need to set them up one at a time…
Salesforce is the same way. I think they want us to gracefully handle errors because when it throws errors on the frontend, they have backend flags going up so even if something seems “small”, its a way to get us to think about and handle the solutions more strategically.
1 Like