Data Table Node

Built-in persistent data storage for agents on indie.money

Written By Philippe

Last updated 2 days ago

Data Table Node

βœ… Supported β€” Full n8n feature parity

Compatibility

FeatureStatus
Create rowsSupported
Read rowsSupported
Update rowsSupported
Delete rowsSupported

Usage

Use this node to store and retrieve structured data within your agents. Data persists across agent executions.

Storage limits

Each deployed agent gets 500 MB of Data Table storage β€” 10x the 50 MB that n8n cloud allocates to an entire account. The limit applies per deployed agent, so every agent you deploy gets its own 500 MB, independent of your other agents.

When an agent reaches its limit, write operations (creating tables, adding columns, inserting or updating rows) stop with the error Data table storage limit reached for this workflow. Reads and deletes keep working β€” delete rows or tables to free space, then writes resume.