Save value between executions

Just a heads up that we have published community node that allows storing values in different scopes: EXECUTION, WORKFLOW and INSTANCE:

Key/value pairs are put into hashmap that resides in n8n memory and is purged once n8n is restarted.
Functionally we tried to make it similar to “Redis” node, however it does not implement channels.

2 Likes