I want to have a an automation which will only run if another script was run prior. If said script has not run then the automation should not be triggered.
Basically, Automation A should only run if script X was run. IF Automation A does run because script X was run then Automation A should not run again until after script X has run.
Hopefully I don’t sound like an idiot and someone understands me
Hi,
You can set binary_input helper on the end of script an use it as a trigger in automation. Then at the begin of the automation, reset binary_input back.