Fetching records using only a partial request
Partial request when fetching records: I created a database query for external database but my returned results say I only have 100 results, but there are 300k rows in table. Is there a setting to get all rows?
Comments
-
Yes. You just need to ignore "limit count" when running your query and make sure that the data has time to process before exploring inputs and outputs.
Also see this video for more information: https://youtu.be/QYwArA1Phzw?si=hqIfKL8G3iH76JA9&t=1838


