mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
⚡ Add missing descriptions to Airtable Trigger (#1203)
This commit is contained in:
parent
a4a04720fa
commit
56d19cc2c6
|
@ -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.',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue