Hello Gliders!
Can you help me for a minute, I don’t have glide big tables setup as I like the instant interface with glide tables etc… now with that out of the way can you help me with this question:
Can you use pagination in an http request for Glide Tables? It appears that when i request get rows in make.com it spits out ALL the columns, and ALL the rows. The dataset is too large to work with, over 12MB, and nearing 8000 rows, problem is the data is truncated and I can’t work with it, all it says is Data is too large.
What i’ve done to speed things up and not consume massive data useage in make.com, is I use the datastore to store all the rowID’s of the table I want to use, its way faster in make.com to do this internally, but what I am trying to accomplish is a routine run scenario that creates a true up of this data base to the glide database. Users cannot add rows to my app, it happens all through an API