#Workflow Variables

2 messages · Page 1 of 1 (latest)

keen basin
#

Hi,
I know that the Pro Cloud Plans includes Global Variables, but my question is about Local workflow variables.

Is it possible to create variables that live outside the scope of a specific Node? At the moment I am referencing all my variables from a specific Node.
I am guessing that this could this be achieved via a Code node. But it would be nice if there was a simpler way.

I am relatively new here, so apologies if I am missing something obvious.

Thanks.

ruby lodge
#

Hi Rupert, there is community node with features similar to what you describe. If you are self-hosting, you could take a look at https://community.n8n.io/t/n8n-community-node-in-memory-key-value-storage-to-save-values-between-executions/27269

n8n Community

“KV Storage” is a small node, that provides storage for your variables inside n8n: You can install it by typing “@telepilotco/n8n-nodes-kv-storage” in Community Node installation dialog on your self-hosted n8n instance. It is very similar to Redis node, but it does not require you setting up additional infrastructure and running separate Redi...