Backend Pagination using Airtable plugin

I watched this tutorial on how to paginate an airtable collection but it’s a frontend pagination. How can I do backend pagination using Airtable plugin? There are no “maxRecords”, “pageSize”, and “offset” queries and we can’t also add queries.

I also can’t use REST api plugin since the token will be exposed in the browser tools if I’m not mistaken. And I don’t have any other backend service like Xano.

Hi @thisismetrying :wave:

Mmm, I’m not sure you can. Have you tried playing with the “Filter by formula” option when creating your collection?

From my research, it can’t paginate just by using “filter by formula”. It needs “maxRecords”, “pageSize”, and “offset” queries