Mustache Templates in State Changed Node #1941
sgtpepperaut
started this conversation in
Feature Request
Replies: 1 comment
|
At the moment this isn’t possible. The events: state node does not support Mustache templates in the Entity ID field, so A workable alternative is to use an events: all node and listen for the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am using nodered environment variables to reuse flows.
for current state this works great: {{flow.entity}} in the Entity ID field will return the correct Data on Input
Now i would like to use the same flow variable to subscribe to changes to this Entity.
is this possible?
works:

does not work:

All reactions