Glide App offline

Hello,
Is there a way to make the application work offline? I use the application for the employees to enter their days worked in it and where they work is not signal, so no internet. I would like them fill out the form and when they have internet to enter in Glide.
Is there a solution?

Glide has capability for offline row adding, this would require a bussines or enterprise plan. However I believe the clients needs to load all the data needed for the add row when they do have an internet connection, And not close the PWA or web page

We have Business Plan, but this solution doesn’t work for us because it shows me this…and our employees will not be able to enter all the details.

Are you using GBT, or other big data sources like SQL? because i think glide only load those when requested by client

Yes, I’m using GBT.

Then that is probably the cause. Cuz I think glide doesn’t download the entire GBT initialy for if the user might need it. It request the data dynamically to what you’re viewing. For efficiency and speed I believe. So to make this work, you need a way to load all the gbt data initially before going offline so it can be used offline. Maybe this is possible trough having the GBT as an really compact collection via custom list, hiding it with css tricking glide into loading the data, or manualy scroll trough the data before going offline. I’m not to sure about this stuff but it might help :slight_smile: