Persistent Context in Function Nodes

Hi everyone,

I am running an instance in the FlowFuse cloud and want to create flow variables stored persistantly. How do I do this? I see that I have the option to choose “persistent” or “memory” in a change node, but I how do I make this choice when declaring a variable in a function node, i.e. flow.set(“var1”, true)?

Magnus

https://nodered.org/docs/user-guide/writing-functions#multiple-context-stores

1 Like

Thanks, did not realise it was case-sensitive!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.