I have a custom app where I am forcing an error based on a specific parameter in a 200 response. However, I keep getting duplicates of the error in the module and in the email Make sends.
Here is my code on the custom app. Any help would be appreciated. Thanks
"response": {
"error": {
"type": "InvalidConfigurationError",
"message":" Hey this is a sample forced error because it did not pass validation."
},
"valid": "{{temp.StatusCheck == 'active'}}"
}