I try to sync all rows of a table to sql database. I wrote script.
I use offset to get all records. If a new record has been added to the table, then I cannot get it within the current pagination and i must to run sync from begining.
Is it rigth? Is it possible to Continuation of pagination?