executionData.json•1.39 kB
{
"nodeType": "n8n-nodes-base.executionData",
"displayName": "Execution Data",
"description": "Add execution data for search",
"version": 1,
"properties": [
{
"name": "notice",
"displayName": "Save important data using this node. It will be displayed on each execution for easy reference and you can filter by it.<br />Filtering is available on Pro and Enterprise plans. <a href='https://n8n.io/pricing/' target='_blank'>More Info</a>",
"type": "notice",
"default": ""
},
{
"name": "operation",
"displayName": "Operation",
"type": "options",
"default": "save",
"options": [
{
"name": "Save Highlight Data (for Search/review)",
"value": "save"
}
]
},
{
"name": "dataToSave",
"displayName": "Data to Save",
"type": "fixedCollection",
"default": {},
"placeholder": "Add Saved Field",
"typeOptions": {
"multipleValues": true
},
"displayOptions": {
"show": {
"operation": [
"save"
]
}
}
}
],
"credentialsConfig": [],
"io": {
"inputs": [],
"outputs": [],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": []
}
}