12-15-2023 06:31 PM
I have a routine that I want to only run once if the starter condition is met, and then I want it to deactivate itself. How can I achieve this?
I tried adding a custom command "Deactivate routine Test" to disable the Test routine but it did nothing.
12-18-2023 11:15 AM
Hey @rvilloch - We don't currently have functionality to deactivate a routine after it finishes running but you can try using starter suppression's suppressFor parameter to have your routine ignore a starter for a specified amount of time. Check out more details of this feature in our write scripted automations help article.
12-18-2023 02:58 PM
Ok, thanks. I'll take a look and let you know if it helps.