gemin
1
I’m trying to parse a JSON object returned from an API call to map to Webflow’s CMS but the file size seems too big.
Log returned - “Data too long. The log content was cut. The size of the original buffer was: 8830992”.
File size is 50MB. Do I need to request the API creator for a pagination parameter or is there a way to paginate within Make. Thanks!
Welcome to the Make community!
That’s only for your information that the full data won’t be displayed in the output bundle panel.
Just parse the JSON?
How does your scenario look like?
samliew – request private consultation
Join the unofficial Make Discord server to chat with us!
1 Like
gemin
3
Attached a screenshot of my scenario, as well as a snippet of my JSON return.
The array I want to target exists at Data.query_result.data.rows. I clicked on ‘Parse Response’ on the HTTP request.