I'm trying to create a flow to change the brightness of my light, I can set the brightness directly however I can't figure out how to use a global variable I've set elsewhere in the flow. I'm sure I'm just not using the right syntax.
does the nodes field support JSONata? You could use JSONata to grab context values. Or perhaps there is a msg fired into this " service call node" in which case you can use the switch node BEFORE it to grab the global value and add it to the payload?
If this is a home assistant node, then please tag the post with home-assistant so that others are not tripped up too.