mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
fix(data-table): add explicit info about access to data tables from code nodes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user