mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Add character limits to Execution Data node (#2789)
This commit is contained in:
parent
da01012fb3
commit
b5fdcc28e0
@ -24,6 +24,15 @@ Available on Pro and Enterprise plans.
|
||||
|
||||
Add a **Saved Field** for each key/value pair of metadata you'd like to save.
|
||||
|
||||
## Limitations
|
||||
|
||||
The Execution Data node has the following restrictions when storing execution metadata:
|
||||
|
||||
* `key`: limited to 50 characters
|
||||
* `value`: limited to 512 characters
|
||||
|
||||
If either the `key` or `value` exceed the above limitations, n8n truncates to their maximum length and outputs a log entry.
|
||||
|
||||
## Templates and examples
|
||||
|
||||
<!-- see https://www.notion.so/n8n/Pull-in-templates-for-the-integrations-pages-37c716837b804d30a33b47475f6e3780 -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user