Skip to main content

Automation Auto Retries Even Though I send res(500)

  • May 21, 2025
  • 2 replies
  • 21 views

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.

2 replies

dvdsmpsn
Forum|alt.badge.img+1
  • Participating Frequently
  • May 21, 2025

Take a look at error handling here:

Apps Framework

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


  • Author
  • New Participant
  • May 22, 2025

Thank you so much!