mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
⚡ Small improvements
This commit is contained in:
@@ -73,12 +73,12 @@ export class Airtable implements INodeType {
|
|||||||
// All
|
// All
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
{
|
{
|
||||||
displayName: 'Application ID',
|
displayName: 'Base ID',
|
||||||
name: 'application',
|
name: 'application',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
required: true,
|
required: true,
|
||||||
description: 'The ID of the application to access.',
|
description: 'The ID of the base to access.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Table',
|
displayName: 'Table',
|
||||||
|
|||||||
@@ -44,14 +44,17 @@ export class AirtableTrigger implements INodeType {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
required: true,
|
required: true,
|
||||||
|
description: 'The ID of this base.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Table ID',
|
displayName: 'Table',
|
||||||
name: 'tableId',
|
name: 'tableId',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
|
description: 'The name of table to access.',
|
||||||
required: true,
|
required: true,
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
displayName: 'Trigger Field',
|
displayName: 'Trigger Field',
|
||||||
name: 'triggerField',
|
name: 'triggerField',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|||||||
Reference in New Issue
Block a user