Add character limits to Execution Data node (#2789)

This commit is contained in:
Justin Ellingwood 2025-01-27 15:16:12 +00:00 committed by GitHub
parent da01012fb3
commit b5fdcc28e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 -->