Store msg alone without needing to have excel ,SQLite table just by topic to payload it again to node red when needed

You only pass two parameters when ‘set’ - then you pass the name of the context variable and the second parameter is the data (actual value, a variable, object, etc).

The ‘get’ only needs the name of the context variable.

If you have two different types of storage for the context, then you may need to specify the name of in addition.

Here is a write up explaining all this

1 Like