Hi guys, 'm not sure if I am doing something wrong, but I can't get this simple flow to work:
[{"id":"c1d0123d.36c56","type":"inject","z":"e4a2b71d.443e78","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":400,"y":660,"wires":[["980deed6.2c72a8"]]},{"id":"7a7a6264.84f094","type":"debug","z":"e4a2b71d.443e78","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":860,"y":680,"wires":[]},{"id":"980deed6.2c72a8","type":"change","z":"e4a2b71d.443e78","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$flowcontext(\"calibV0\")\t","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":620,"y":660,"wires":[["7a7a6264.84f094"]]}]
The error received: Invalid JSONata expression: Attempted to invoke a non-function
Node.js version: Node v12.19.0
NR version: 1.2.3
OS: Raspbian 10 (buster)
Please accept my apology if this is not the right place and/or the q is too trivial
Thank you,
N.