Hi everyone,
here comes another easy challenge for the Node-Red pros among you Following situation: Based on a certain trigger, I would like to send a message payload to an Alexa node that contains data from some flow variables I defined.
Here is my example for the msg.payload I would like to create from a change node using the JSONata editor:
"Outside temperature is about "& flow.get("OutsideTemp") &" degrees at "& flow.get("Humidity") &" % humidity"
Unfortunately, the variables get simply ignored when creating the actual object. Now tell me what´s the trick to integrate flow variables into messages