Limitations on Listing Display for External Collections

Hello,

I am using the External Collections feature in Adalo to read information from a spreadsheet. The spreadsheet contains approximately 200 records, but when I create a list with this External Collections database in Adalo, only 24 records are displayed in the test view. Since there are no filters applied, I am unsure why only a partial list is being shown. Could you please let me know how to display all the records that are being loaded?

Hi there,

I believe that your API endpoint must have default settings that are currently being followed to fetch more data. I think you might need to call the API for the next 24 records, or perhaps the API will provide you with an option to pass a query that will return all the records at once.

1 Like

Thank you!!