How to do pagination in webflow, make.com, and airtable?

Hi, I have a problem with a lot of data here. the scenario is like this, the user has a lot of image url record data in the airtable (let’s say there are 900 data). so what I want is that I want to split it every 100 data. when the first time the user loads the data, we only get the first 100 data, then if the user clicks the next button, he will get the 101-200th data, then if the user clicks the next button again, he will get the 201-300th data.

how to do it in webflow, make.com, and airtable?

Hi @Engine,

You are describing an advanced case that takes some time and effort to build. There is no plug-and-play solution for this. What have you built yourself?

Also, why would the data be fetched from Airtable every time? I think it is easier to synchronise the data from Airtable to the Webflow CMS and use a collection list on the webpage.

An Airtable to Webflow CMS connection would be easier to manage in Make. Otherwise, there are solutions like this: CMS Bridge by Finsweet

Cheers,
Henk

Yes, you’ll need a Webhook that accepts a “page number” variable, and send the appropriate query to Airtable.

This also requires JavaScript on your Webflow page.

Since this is complex set-up spanning multiple systems, I suggest posting in the HAP category:

Did you know, this forum has a Hire a Pro category, where you can post your request for off-site specialised help on other platforms (video call/screenshare/private messaging/etc.)? This may help you get your issue resolved faster especially if it is urgent. It is important to post your request in the Hire a Pro category, as forum members are not allowed to advertise their services elsewhere (like here).

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.