Load all data rather than 10 entries

Working with the database connector here and need to load all of the data rather than a pagation version of the data. how do i do this?

Hi @Invited4

You need to have a loop where you can load 100 records with pageOffset until you load all of them

you can take a look at how it’s implemented using Codeless