Hey everyone
We’re super excited to share that starting with v1.113 we’re rolling out data tables (beta) to all plans.
Since the very beginning of n8n we’ve heard many of you mention the need for a proper table inside n8n to store data between workflow executions without needing to switch platforms or setting up credentials and now it’s finally here.
With data tables you can:
Save specific data from your workflow runs
Keep data around between multiple executions
Avoid duplicate runs by tracking execution status
Store reusable prompts for different workflows
Collect evaluation data for your AI workflows
Do lookups, merges, enhancements…
…and honestly, probably 100 other creative things we haven’t even thought of yet
To make sure your instance stays performant, we’ve set a 50MB limit for everyone. If you’re self-hosting (and know what you’re doing), you can change that via the ENV variable N8N_DATA_TABLES_MAX_SIZE_BYTES
Upgrade to 1.113, give data tables a spin, and let us know what you think! What’s missing? What would make it even more useful for you? We’re really curious to hear your ideas and thoughts!
Read more about the data tables in the docs here.