share data between node
- This topic has 0 replies, 1 voice, and was last updated 7 years, 2 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: AEP Model › share data between node
Tagged: node-red context
Hello,
I am trying to share data between my node fucntions throw the use of context object, but seems like in this version it is not working:
My node version: 0.10.40
My node red version: 0.11.1
I tried the following context.set("AE", AE)
, I got TypeError: Object [object Object] has no method 'set'
and global.set('AE',AE)
, I got ReferenceError: global is not defined (line 7, col 1)
Any ideas how to share data between nodes?
Thanks, best regards,