mirror of https://github.com/FlowiseAI/Flowise.git
Clarifying that the Limit value is ignored when Return All is set to true.
parent
66eef84633
commit
b960f061eb
|
|
@ -90,7 +90,7 @@ class Airtable_DocumentLoaders implements INode {
|
|||
optional: true,
|
||||
default: 100,
|
||||
additionalParams: true,
|
||||
description: 'Number of results to return'
|
||||
description: 'Number of results to return. Ignored when Return All is enabled.'
|
||||
},
|
||||
{
|
||||
label: 'Metadata',
|
||||
|
|
|
|||
Loading…
Reference in New Issue