mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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',
|
||||
type: 'string',
|
||||
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',
|
||||
name: 'viewId',
|
||||
type: 'string',
|
||||
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