Automation Auto Retries Even Though I send res(500)

Hello Community!

So I am running a custom automation and I essentially want to have it where if any of the subitems statuses are “Pending” then return a failure or a status(200).

However, it seems that this only works on the backend but on monday side, it will keep retrying and eventually say success even though it actually never runs. And is there a way to make it so I can send something from my backend to monday, to make the automation run history to go from success or even in progress to fail?

Thank you much appreciated.

Take a look at error handling here:

Sending a 6000 severity code will stop the retries and halt further automation requests.

1 Like

Thank you so much!