Is there any way in which we can load data in parts

suppose if there are 1000 rows in our database is there any way in which we can load data in 4 parts means first we load 250 rows and display it the loading another 250rows and so on…

I guess so, have you tried anything? :thinking:

nope…I am new to kodular

Try a for each. And for each you divide it into four partes.

Are you using airtable or mysql?
It is possible in MySql but not in airtable.

yes in my sql

You can use ‘Between’ operator/statement.
Just Google it and you will find tutorials about its usage.

1 Like

ok thankss