I have created a scenario that ends with the Gmail module to send emails from a list. The problem is that I don’t have any error management; if, for example, an email is sent to an account that, for instance, doesn’t have “.com”, the scenario stops and does not continue. I need some kind of try and except.
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.
Error directives can only be added to an error handler route.