fix(data-table): add explicit info about access to data tables from code nodes

This commit is contained in:
Rowena Jones
2026-03-19 17:07:03 +01:00
parent 884c844d0c
commit 19fea7847a

View File

@@ -73,6 +73,7 @@ From the **Data tables** tab, you can:
- When your data tables approach 80% of your storage limit, n8n displays a warning. A final warning appears when you reach the storage limit. Exceeding this limit will disable manual additions to tables and cause workflow execution errors during attempts to insert or update data.
- By default, data tables created within a project are accessible to all team members in that project.
- Tables created in a **Personal** space are only accessible by their creator.
- Direct programmatic access to data tables from a Code node is supported. You cannot access data table values via any built-in methods or variables.
## Data tables versus variables