I can't connect 1600 rows of data as a table

  • Goal: <!--- There are over 1600 venture capital listings. List these google pages. I want to rearrange this list as a table

  • Steps: <!--- I linked Google sheets. He made a mistake. I created a query and added information about the reorganization data, it gave an error. Instead of reading the content of the Google page, I created the table when I said read the title of the Google page in my e-mail, but I want the Google Pages file, which contains more than 1600 venture capital funds, to be integrated into the table.


    Ekran Resmi 2024-08-30 08.53.51

Hello @Ferhan_Gul,

It sounds like you could use Server Side Pagination to break up the 1600 rows of data into pages of limited size so that they can be processed and displayed by a table component.

Check out our docs here and here on how to do that!