# Replicating Glide Table fields in a Google Sheet

**URL:** https://community.glideapps.com/t/replicating-glide-table-fields-in-a-google-sheet/45862
**Category:** Ask for Help
**Created:** [August 3, 2022, 1:15pm UTC](https://community.glideapps.com/t/replicating-glide-table-fields-in-a-google-sheet/45862 "2022-08-03T13:15:22Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Mike\_Kiln](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mike_kiln/32/37006_2.png) [@Mike\_Kiln](https://community.glideapps.com/u/Mike_Kiln)
#### Post date: [August 3, 2022, 1:15pm UTC](https://community.glideapps.com/t/replicating-glide-table-fields-in-a-google-sheet/45862/1 "2022-08-03T13:15:22Z")

</div>

Hi,  
I have an App that uses Glide tables. I currently export data from one of the tables to a Google Sheet once a day, however, this relies on me manually initiating the export. It looks like I need the Enterprise version to automate this using the API.

Is it possible to add a Google Sheet as a table in my database, use a template column in my Glide table, to concatenate the fields I want to export, and a Joined List in my Google Sheet? I have given it a go but do not seem to be able to add the Google Sheet.

Thanks,  
Mike

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 4, 2022, 12:37am UTC](https://community.glideapps.com/t/replicating-glide-table-fields-in-a-google-sheet/45862/2 "2022-08-04T00:37:39Z")

</div>

If you do need to export things everyday, I would recommend moving the tables you need to export to a Sheet that is connected to the app (yes, you can add a Sheet even if you started with Glide Tables only), and rebuild everything for those tables (computed columns, components etc).

---

<div class="post-metadata">

### Author: ![Mike\_Kiln](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mike_kiln/32/37006_2.png) [@Mike\_Kiln](https://community.glideapps.com/u/Mike_Kiln)
#### Post date: [August 4, 2022, 1:12pm UTC](https://community.glideapps.com/t/replicating-glide-table-fields-in-a-google-sheet/45862/3 "2022-08-04T13:12:14Z")

</div>

Thanks for your suggestion. I started building my solution in Google Sheets and switched to Glide Tables as the performance is better - it is a loan management system. Am I right in saying you cannot export/fetch data from a glide table unless you trigger an event manually or go for the enterprise option?

---

<div class="post-metadata">

### Author: ![gvalero](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gvalero/32/1037_2.png) [@gvalero](https://community.glideapps.com/u/gvalero)
#### Post date: [August 4, 2022, 1:53pm UTC](https://community.glideapps.com/t/replicating-glide-table-fields-in-a-google-sheet/45862/4 "2022-08-04T13:53:44Z")

</div>

> [@Mike\_Kiln](#):
>
> Am I right in saying you cannot export/fetch data from a glide table unless you trigger an event manually or go for the enterprise option?

Hola!

If that means you need to use Glide API, the answer is yes. You must have a Pro or Enterprise plan to carry out it.

Saludos
