mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
⚡ Add missing descriptions to Airtable Trigger (#1203)
This commit is contained in:
@@ -85,14 +85,14 @@ export class AirtableTrigger implements INodeType {
|
|||||||
name: 'formula',
|
name: 'formula',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
description: '',
|
description: `Formulas may involve functions, numeric operations, logical operations, and text operations that operate on fields. More info <a href="https://support.airtable.com/hc/en-us/articles/203255215-Formula-Field-Reference" target="_blank">here</a>.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'View ID',
|
displayName: 'View ID',
|
||||||
name: 'viewId',
|
name: 'viewId',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
description: '',
|
description: 'The name or ID of a view in the table. If set, only the records in that view will be returned.',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user