I had an issue where an automation made to trigger on ticket creation was supposed to stop all other automations but it only stopped one.
-
setup
2 timed automations triggered by lack of response from the ticket user, one triggered 3 hours after the last message from the user and the second 20 hours after the last message from the user. -
Broken automation
Trigger on ticket creation, action: stop automation, no delay. -
solution
Added delay and it started working and stopped both of the other automations. Tested 1s delay and 30s delay, both worked as solutions