Block 1 - Create Globals table
- Type / Role
- n8n-nodes-base.dataTable - dataTable
- Config choices
- Version 1.1
Store Variables Between Workflow Runs Using n8n's Built In Data Tables (Key Value Store) Purpose This workflow implements a simple key value store based on the built in data tables feature in n8n –...
n8n-nodes-base.datatable, n8n-nodes-base.stopanderror, n8n-nodes-base.if, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-base.noop
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mario.
Original n8n.io sourceThis workflow implements a simple key value store based on the built-in data tables feature in n8n – no external service needed.
This is a workflow snippet which could be used to store a “last checked” timestamp or other variables between workflow runs.
A data table is used as a key value store having the two columns “key” and “value”. It is referenced by name, which makes it easier to migrate this workflow to other instances.
Fallback: If the table doesn’t exist, it automatically gets created
Note: Please make sure to use this feature with care when storing passwords or access tokens since those can be exposed via the n8n API when querying past executions with their data or data tables directly. Those kind of data should preferably stored inside of credentials directly.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Store variables between workflow runs using data tables as a key-value store |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Miscellaneous |
| Author | Mario |
| Published | 16 Feb 2026 |
Use the JSON export at /data/workflows/13442/13442.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Store Variables Between Workflow Runs Using n8n's Built In Data Tables (Key Value Store) Purpose This workflow implements a simple key value store based on the built in data tables feature in n8n –...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Miscellaneous use case.