Comment by Towaway69

Comment by Towaway69 19 hours ago

0 replies

Node-RED has three state access levels: global one across all flows, a flow based state which is only applicable to one flow and node-based state/storage that is linked to single node.

Any node can access global state, only nodes contained in the flow can access flow state and nodes that have their own state can solely access that storage.