# Disassociate glide table from google sheet

**URL:** https://community.glideapps.com/t/disassociate-glide-table-from-google-sheet/74753
**Category:** Ask for Help
**Created:** [July 9, 2024, 3:21pm UTC](https://community.glideapps.com/t/disassociate-glide-table-from-google-sheet/74753 "2024-07-09T15:21:50Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![baremeter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/baremeter/32/28090_2.png) [@baremeter](https://community.glideapps.com/u/baremeter)
#### Post date: [July 9, 2024, 3:21pm UTC](https://community.glideapps.com/t/disassociate-glide-table-from-google-sheet/74753/1 "2024-07-09T15:21:50Z")

</div>

I have a few glide tables that were originally associated with Google sheets.  
I would like to clean up my tables in Glide and just have them as Glide tables - is there a way to separate them?  
Also can I rename my Google sheet as it now is named copy of copy of xxxx because I have copied several times (obviously!)

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 9, 2024, 4:00pm UTC](https://community.glideapps.com/t/disassociate-glide-table-from-google-sheet/74753/2 "2024-07-09T16:00:39Z")

</div>

> [@baremeter](#):
>
> I would like to clean up my tables in Glide and just have them as Glide tables - is there a way to separate them?

The only way is to recreate them as Glide tables.

> [@baremeter](#):
>
> Also can I rename my Google sheet as it now is named copy of copy of xxxx because I have copied several times (obviously!)

You can safely do this.

---

<div class="post-metadata">

### Author: ![baremeter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/baremeter/32/28090_2.png) [@baremeter](https://community.glideapps.com/u/baremeter)
#### Post date: [July 9, 2024, 4:22pm UTC](https://community.glideapps.com/t/disassociate-glide-table-from-google-sheet/74753/3 "2024-07-09T16:22:17Z")

</div>

Can I copy and paste the all of columns from the old table to a new one

---

<div class="post-metadata">

### Author: ![Dan\_San](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dan_san/32/24085_2.png) [@Dan\_San](https://community.glideapps.com/u/Dan_San)
#### Post date: [July 9, 2024, 4:27pm UTC](https://community.glideapps.com/t/disassociate-glide-table-from-google-sheet/74753/4 "2024-07-09T16:27:22Z")

</div>

Yes you can. I had to do this.

You can also bring in the data too. What you cannot import is any calculated columns from sheets, you will need to recreate those columns in Glide.

Also you may need to edit some of the column types after they are imported, like an image column, sometimes the date or number maybe set to text.

I don’t know why but sometimes the order get rearranged, but count the number you are importing and make sure it all imported.

In my experience for a column to be imported it must have at least one value in it, otherwise it will not import (there maybe some other way to do it)

If you are using ROWID, I don’t think you will be able to import those, you will end up with new ROWID’s

Hope this helps

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 9, 2024, 4:32pm UTC](https://community.glideapps.com/t/disassociate-glide-table-from-google-sheet/74753/5 "2024-07-09T16:32:45Z")

</div>

> [@Dan\_San](#):
>
> If you are using ROWID, I don’t think you will be able to import those, you will end up with new ROWID’s

You can, as long as the same RowID values haven’t previously been used in that same table. Otherwise, they should import fine.

---

<div class="post-metadata">

### Author: ![baremeter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/baremeter/32/28090_2.png) [@baremeter](https://community.glideapps.com/u/baremeter)
#### Post date: [July 9, 2024, 4:44pm UTC](https://community.glideapps.com/t/disassociate-glide-table-from-google-sheet/74753/6 "2024-07-09T16:44:46Z")

</div>

I don’t have any data that I use in the Google sheets and all of the calculations are performed in the glide tables.  
So what is the process ? Highlight each column individually and then copy and paste into the new glide table or can I do multiple columns?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 9, 2024, 4:47pm UTC](https://community.glideapps.com/t/disassociate-glide-table-from-google-sheet/74753/7 "2024-07-09T16:47:10Z")

</div>

No, you need to do a CSV export from your Google Sheet table, and then CSV import to your new Glide table. All non-computed columns will automatically be created.

---

<div class="post-metadata">

### Author: ![baremeter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/baremeter/32/28090_2.png) [@baremeter](https://community.glideapps.com/u/baremeter)
#### Post date: [July 9, 2024, 4:54pm UTC](https://community.glideapps.com/t/disassociate-glide-table-from-google-sheet/74753/8 "2024-07-09T16:54:13Z")

</div>

Ok  
So I have to create all of the calculations again ?  
I may just leave it as it is !

---

<div class="post-metadata">

### Author: ![Dan\_San](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dan_san/32/24085_2.png) [@Dan\_San](https://community.glideapps.com/u/Dan_San)
#### Post date: [July 9, 2024, 5:05pm UTC](https://community.glideapps.com/t/disassociate-glide-table-from-google-sheet/74753/9 "2024-07-09T17:05:46Z")

</div>

yes. Calculated columns have to be recreated.

You will be creating a completely new glide table.

---

<div class="post-metadata">

### Author: ![baremeter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/baremeter/32/28090_2.png) [@baremeter](https://community.glideapps.com/u/baremeter)
#### Post date: [July 9, 2024, 5:11pm UTC](https://community.glideapps.com/t/disassociate-glide-table-from-google-sheet/74753/10 "2024-07-09T17:11:13Z")

</div>

Ok - understood, thanks
