#Is there a break condition for automation?

1 messages · Page 1 of 1 (latest)

gray niche
#

I wanted to know if there’s an action similar to a break or return in C. The reason I’m asking is that some of my automations stop running before they reach the end, something happens, and I need a way to interrupt the execution at that point, like an “if this → break”.

#

Is there a break condition for automation?

obsidian badge
#

You can simply add a condition in the action sequence. If it doesn't pass, the sequence will stop

limpid timber
supple juniper
#

Although I find stopping the hole automation rarely useful. As I often want something else to happen at that point. So you could also just place all actions inside an if or chooser and have the ability for an alternative action.

supple juniper