Hello everyone,
I am trying to fetch all records from Quickbooks for customers, but getAll returns only 1000 records.
{
"nodes": [
{
"parameters": {
"operation": "getAll",
"returnAll": true,
"filters": {}
},
"name": "QuickBooks Online2",
"type": "n8n-nodes-base.quickbooks",
"typeVersion": 1,
"position": [
-620,
780
],
}
],
"connections": {}
}
n8n version: 0.172.0
Database: PostgreSQL
Running on docker using the latest image from DockerHub
Thanks in advance!