mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
self review
This commit is contained in:
parent
f9e89af4de
commit
ca09b3a3f7
|
@ -146,7 +146,7 @@ If you don't provide fields, all data passed into the 'Execute Workflow' node wi
|
|||
default: '',
|
||||
placeholder: 'e.g. fieldName',
|
||||
description: 'Name of the field',
|
||||
// noDataExpression: true,
|
||||
noDataExpression: true,
|
||||
},
|
||||
{
|
||||
displayName: 'Type',
|
||||
|
@ -210,7 +210,7 @@ If you don't provide fields, all data passed into the 'Execute Workflow' node wi
|
|||
default: true,
|
||||
description:
|
||||
'Whether to attempt conversion on type mismatch, rather than directly returning an Error',
|
||||
// noDataExpression: true,
|
||||
noDataExpression: true,
|
||||
},
|
||||
{
|
||||
displayName: 'Ignore Type Mismatch Errors',
|
||||
|
|
Loading…
Reference in a new issue