EXCEL/GLIDE Synchronization

I don’t agree with the way Glide handles this with external data sources, but essentially they will only sync the number of rows that your plan allows. If you have 5000 rows of data in Excel, but your plan only allows 500 rows, then they are only going to sync 500 random rows across all tables. In addition to that 500, they will at least load a minimum of 10 rows in each table, so at least they are not empty. And unfortunately, it seems that the rows that are loaded randomly change day to day.

It does make it really hard to test and prototype, especially when data is missing that is required to build some of the screens. I’ve had to push off projects or update my plan, just so I can build my project. Unfortunately I’m using production data, so I can’t just delete rows. I talk more about it below.

3 Likes