You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Airtable Document Loader uses a GET request and adding a longer formula will break the 16,000 character limit.
To fix this issue we have to make a POST request to /v0/{baseId}/{tableIdOrName}/listRecords while passing the parameters within the body of the request instead of the query parameters.
System Info
platform windows
Node v20.14.0
yarn 1.22.22
The text was updated successfully, but these errors were encountered:
dosubotbot
added
the
auto:bug
Related to a bug, vulnerability, unexpected error with an existing feature
label
Dec 12, 2024
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
No response
Description
Airtable Document Loader uses a GET request and adding a longer formula will break the 16,000 character limit.
To fix this issue we have to make a POST request to
/v0/{baseId}/{tableIdOrName}/listRecords
while passing the parameters within the body of the request instead of the query parameters.System Info
platform windows
Node v20.14.0
yarn 1.22.22
The text was updated successfully, but these errors were encountered: