How do I use a value from another function within the flow in my current function. I am very new to node-red
There is extensive documentation available
https://nodered.org/docs/user-guide/writing-functions
See the section about context
Pass the value in a message from one function to the next.
I recommend watching this playlist: Node-RED Essentials. The videos are done by the developers of node-red. They're nice & short and to the point. You will understand a whole lot more in about 1 hour. A small investment for a lot of gain.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.