Thanks for the info @Darren_Murphy . But I thought there was a data export function somewhere? Any thoughts or opinions on it?
Yes, there is.
Iāve not used it, but Iād expect that it probably just gives you a full dump of every table.
Thanks Darren. I see. A full dump but unorganized vs a Google sheet where itās all set up exactly how you like it?
Iāll try and play around with that feature later this week myself as Iām trying to use a single Google sheet as database to power multiple front ends with Glide being one of them. But based on some of the user experiences Iāve read, am also thinking to might be good to just start with Glide tables for performance. Thanks again
Thanks @Cisco_Muratalla ! But obviously the images wouldnāt be there unless they were pointing to a URL somewhere?
Sorry I donāt recall, not sure how or if the image(s) came over.
I believe every image you upload will be stored to Glideās firebase and show up as a link so in the exported Sheet it would show up as a link.
Is it possible to stack a Glide tables with data?
do row in Glide tables count as rows till the limit of 25,000
for pro?
If I link a Glide table to several apps, the rows are counted in all apps or just in the original app?
Is there a way.
When exporting data is the data from Glide tables exported as well?
I have a table with 5K rows I need sheared in several apps. Not sure how to do that.
-
Iām not sure what you mean
-
All rows used in your app in anyway count towards your row count. (The 25,000 rows is a suggestion not a hard limit. If your app is not too complex you should be able to exceed that comfortably)
-
I believe glide tables connected to several apps will add row counts to each one respectively. (Havenāt tried)
-
No, exporting app data will not export the data from glide tables. (Thereās a few posts in this forum about using a robot w/ glide tables to do that)
-
If you need to share a table between apps then you could do that with a glide table.
I hope this helps!
- I have a table in GS with 5K rows. Its for products and their nutrition values/ I nees to use it in more than one app. I was considering whether I use it from GS as is or convert to a Glide Table if there were any pros or cons to each
Glide Tables will enhance your app performance since the data does not need to be synced back and forth. However you canāt mass delete or mass upload yet.
If you have integrations to update the data from outside, letās say a Zapier or Integromat scenario then Glide Tables is a no go.
It does get exported, alongside all user-specific columns @Eric_Penn.
Adding to this, only normal columns can be synced. Computed columns canāt be shared.
One thing Iāve learned from Glide/ app building is that everything is possible.
Glide tables are your fastest option so I would use that as my first choice.
You could use a webhook with zapier or integromat and write the data to multiple GSheets at once in all of your apps (this is a little clunky and will be much much slower than synching with glide tables)
The 5K Table is a read only table.
So I dont have any option to upload all the data to the Glide table?
Thank you @ThinhDinh for pointing out that the data from glide tables DOES in fact get exported. And apologies to @Lin_Altshuler for the incorrect information.
I love learning from the experts here!
At the moment itās a no, you canāt mass upload a CSV or something like that yet. This might change in near future though.
@Eric_Penn I think this must be noted that computed columns wonāt get exported
@Darren_Murphy What is the best way to move Sheet data to a Glide Table?
Two options that Iām aware of:
- This one from @Manu.n
- And this one from @Krivo
The first option is a lot easier to implement and would probably be my preferred choice if the dataset isnāt too large. But for very large datasets then option 2 may be better.
@Darren_Murphy Thank you!
What is the best way to link a Glide Table Column to Google Sheet?
Not sure I fully understand the question, Ralf.
Can you describe your use case?
I am planning to move the members register to a Glide Table. I need the column Members-ID in Google Sheets for various calculations.