Clarifying the description for the optional fields param

This commit is contained in:
Darien Kindlund
2024-01-25 21:36:42 -05:00
parent 72ec7878b6
commit 8ae848110e
@@ -65,13 +65,13 @@ class Airtable_DocumentLoaders implements INode {
optional: true optional: true
}, },
{ {
label: 'Fields', label: 'Include Only Fields',
name: 'fields', name: 'fields',
type: 'string', type: 'string',
placeholder: 'Name, Assignee, fld1u0qUz0SoOQ9Gg, fldew39v6LBN5CjUl', placeholder: 'Name, Assignee, fld1u0qUz0SoOQ9Gg, fldew39v6LBN5CjUl',
optional: true, optional: true,
additionalParams: true, additionalParams: true,
description: 'Comma-separated list of field names or IDs to include. Use field IDs if field names contain commas.' description: 'Comma-separated list of field names or IDs to include. If empty, then ALL fields are used. Use field IDs if field names contain commas.'
}, },
{ {
label: 'Return All', label: 'Return All',