How can you run actions after an error-handling module?
I have a scenario in which I send data to hubspot. I am not happy with my error handling, but I don’t know a better setup.
What I want is this:
When data isn’t valid I want to run a webhook with a 400 error and I want a Slack message.
I also want the scenario marked as erroneous / invalid.
In my scenario the error-handling works and the last two modules force the scenario as invalid. But there must be a better way to set this up with Make.com’s own error modules.