AndrewHansen1
4 years agoQrew Member
Pipeline to create JSON only collects first 200 records
Hi Everyone,
I have a pipeline that uses the quickbase API to run a custom report that I have created and exports the results into a JSON. No matter what I seem to do the JSON is only built with the first 200 records of the report. The report has hundreds more records when I run it manually.
I am pretty sure that there is a setting or something else that I am missing that is limiting either the report or the API in some way. Has anyone experienced this before? What was your solution?
Thanks,
Andrew
Pipeline info:
------------------------------
Andrew Hansen
------------------------------
#Pipelines #APIsandcustomcode
I have a pipeline that uses the quickbase API to run a custom report that I have created and exports the results into a JSON. No matter what I seem to do the JSON is only built with the first 200 records of the report. The report has hundreds more records when I run it manually.
I am pretty sure that there is a setting or something else that I am missing that is limiting either the report or the API in some way. Has anyone experienced this before? What was your solution?
Thanks,
Andrew
Pipeline info:
Pipeline Channel = Make Request
URL
https://api.quickbase.com/v1/reports/9/run?tableId=TABLE_ID
Method
POST
Headers
Name
QB-Realm-Hostname
Authorization
Value
MY_QB_REALM
QB-USER-TOKEN MY_QB_USER_TOKEN
------------------------------
Andrew Hansen
------------------------------
#Pipelines #APIsandcustomcode