Is there a limit on how long the list can be that you request?
I did a normal
.select()
request but my list is only 1000 rows, can i change this limit?2 Replies
But it is there for a reason. If you have large row sizes or a much larger row count then you should consider paginating your results.

Ok, thanks