Hi Gliders
I am wanting to build a dashboard based on the data stored in the glide app table. Is there a best way to access this data say in Google Dat Studio?
Regards
SK
Hi Gliders
I am wanting to build a dashboard based on the data stored in the glide app table. Is there a best way to access this data say in Google Dat Studio?
Regards
SK
No you can’t access glide tables outside of glide. You would have to manually migrate that data to a google sheet using one of the following options.
Neither option will give you real time data unless you rebuild your app using Google sheets. If your app was connected to a google sheet from the beginning, then you could build actions that would write and update data in the glide table as well as a google sheet, but that would be complicated.
There is a 3rd option.
You can export entire tables (or subsets of tables) with a single action using a combination of templates, joined lists and a webhook. But it can’t be automated. It would still need to be initiated by a user action.
Ah, yes! I was going to mention that too, or something with webhooks, but forgot.
Thanks gents
@Darren_Murphy Can you help me find this method?
This thread is pretty old. You can use this action now.
Oh that’s awesome. Thank you!