feat: Add Required path name mapping to multiple nodes (#5369)

*  Add requiresDataPath to Set

* Add Data path mapping to rename keys

* Add required path name to airtable

* Add required data path

* Add required data path to airtable trigger

* Fix multiple keyword for required path

* ️use multiple for Airtable ignore fields

---------

Co-authored-by: Marcus <marcus@n8n.io>
This commit is contained in:
agobrech
2023-02-21 14:49:59 +01:00
committed by GitHub
parent 7ecd5e59ec
commit f1589d4f0f
6 changed files with 13 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ export class Postgres implements INodeType {
displayName: 'Return Fields',
name: 'returnFields',
type: 'string',
requiresDataPath: 'multiple',
displayOptions: {
show: {
operation: ['insert', 'update'],