I’m trying to use actionable notifications on Android. I’ve created an automation with a wait for trigger that waits for me tapping the notification button. That works, and you can see how the action was detected and so the automation should continue.
But it doesn’t. The next action, where the conditions are written in YAML and not using the UI (I got this from some blog post) doesn’t work and I can’t see why. I cannot see a syntax error, and the condition seems well written to me.
Replying myself as a kind user helped on Discord to figure this out.
Here’s how the entire automation looks like. The final action which was giving the problem was changed in several ways.
For once it was adding quotes to the variable being used, but we also changed the syntax so it was picked up by the UI as it’s much easier for me to use that way.