diff --git a/packages/nodes-base/nodes/Airtable/AirtableTrigger.node.ts b/packages/nodes-base/nodes/Airtable/AirtableTrigger.node.ts index cbaac826f9..3cb3b74e9e 100644 --- a/packages/nodes-base/nodes/Airtable/AirtableTrigger.node.ts +++ b/packages/nodes-base/nodes/Airtable/AirtableTrigger.node.ts @@ -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 here.`, }, { 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.', }, ], },