Add missing descriptions to Airtable Trigger (#1203)

This commit is contained in:
Ricardo Espinoza 2020-11-24 15:07:28 -05:00 committed by GitHub
parent a4a04720fa
commit 56d19cc2c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.',
},
],
},