# Copy information from one glide table to another

**URL:** https://community.glideapps.com/t/copy-information-from-one-glide-table-to-another/51660
**Category:** Ask for Help
**Created:** [October 13, 2022, 2:55pm UTC](https://community.glideapps.com/t/copy-information-from-one-glide-table-to-another/51660 "2022-10-13T14:55:55Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![ndiapro](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ndiapro/32/58235_2.png) [@ndiapro](https://community.glideapps.com/u/ndiapro)
#### Post date: [October 13, 2022, 2:55pm UTC](https://community.glideapps.com/t/copy-information-from-one-glide-table-to-another/51660/1 "2022-10-13T14:55:55Z")

</div>

Hello!  
Please coudl anybody help me to copy information in a raw to a new row in another table in glide?

---

<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: [October 13, 2022, 2:59pm UTC](https://community.glideapps.com/t/copy-information-from-one-glide-table-to-another/51660/2 "2022-10-13T14:59:54Z")

</div>

You can do that with an Add Row action.

> **[Add Row](https://www.glideapps.com/docs/reference/actions/add-row)**
>
> Add a new row to any table in your project.

---

<div class="post-metadata">

### Author: ![ndiapro](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ndiapro/32/58235_2.png) [@ndiapro](https://community.glideapps.com/u/ndiapro)
#### Post date: [October 13, 2022, 3:05pm UTC](https://community.glideapps.com/t/copy-information-from-one-glide-table-to-another/51660/3 "2022-10-13T15:05:34Z")

</div>

Let me give an exemple :  
A table named : prospects containing information like  
the name of the prospect  
his adress  
his phone number

WHEN the prospect becomes a client,  
i would like to copy the information in the clients table  
How could i do it?

---

<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: [October 13, 2022, 3:15pm UTC](https://community.glideapps.com/t/copy-information-from-one-glide-table-to-another/51660/4 "2022-10-13T15:15:19Z")

</div>

Well, you could do it with an Add Row action.

But, then you’d have two copies of the same data in two different tables. Which isn’t the best thing to do.

What about if instead you just have a single table called Contacts, and add an extra column called Contact Type. Each contact can start with a Contact Type of Prospect. Then if a Prospect becomes a Client, all you need to do is change their Contact Type to Client.

---

<div class="post-metadata">

### Author: ![ndiapro](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ndiapro/32/58235_2.png) [@ndiapro](https://community.glideapps.com/u/ndiapro)
#### Post date: [October 13, 2022, 3:45pm UTC](https://community.glideapps.com/t/copy-information-from-one-glide-table-to-another/51660/5 "2022-10-13T15:45:30Z")

</div>

Think you Murphy for you proposal. But i have so many prospects until the clients are few. So i want to get the clients table always available while the prospect table with be back up by exporting the data each 3 months in an offline excel table.  
The lines in my app will be deleted after back up operation.

I tried an Add Row action but it shows me the prospects table while i want the information to be inserted in clients table.

---

<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: [October 13, 2022, 3:48pm UTC](https://community.glideapps.com/t/copy-information-from-one-glide-table-to-another/51660/6 "2022-10-13T15:48:23Z")

</div>

> [@ndiapro](#):
>
> I tried an Add Row action but it shows me the prospects table while i want the information to be inserted in clients table.

With an Add Row action you can choose any table as the destination table.

---

<div class="post-metadata">

### Author: ![ndiapro](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ndiapro/32/58235_2.png) [@ndiapro](https://community.glideapps.com/u/ndiapro)
#### Post date: [October 13, 2022, 4:37pm UTC](https://community.glideapps.com/t/copy-information-from-one-glide-table-to-another/51660/7 "2022-10-13T16:37:45Z")

</div>

Thank you very much.  
It is done.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [October 14, 2022, 4:38pm UTC](https://community.glideapps.com/t/copy-information-from-one-glide-table-to-another/51660/8 "2022-10-14T16:38:18Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
