mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
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:
@@ -51,6 +51,7 @@ export class RenameKeys implements INodeType {
|
||||
type: 'string',
|
||||
default: '',
|
||||
placeholder: 'currentKey',
|
||||
requiresDataPath: 'single',
|
||||
description:
|
||||
'The current name of the key. It is also possible to define deep keys by using dot-notation like for example: "level1.level2.currentKey".',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user