# How to move data from table to another table

**URL:** https://community.glideapps.com/t/how-to-move-data-from-table-to-another-table/71415
**Category:** Ask for Help
**Created:** [March 5, 2024, 2:35am UTC](https://community.glideapps.com/t/how-to-move-data-from-table-to-another-table/71415 "2024-03-05T02:35:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![KTP](https://avatars.discourse-cdn.com/v4/letter/k/e56c9b/32.png) [@KTP](https://community.glideapps.com/u/KTP)
#### Post date: [March 5, 2024, 2:35am UTC](https://community.glideapps.com/t/how-to-move-data-from-table-to-another-table/71415/1 "2024-03-05T02:35:49Z")

</div>

I want to move old data which edited one to another table to do something like loging data history. How can I do?

---

<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: [March 5, 2024, 2:49am UTC](https://community.glideapps.com/t/how-to-move-data-from-table-to-another-table/71415/2 "2024-03-05T02:49:28Z")

</div>

Add Row - to add a row to any table  
Delete Row - to delete original row

> **[Add Row | Glide Docs](https://www.glideapps.com/docs/automation/actions/add-row)**
>
> Add a new row to any table in your app.

> **[Delete Row | Glide Docs](https://www.glideapps.com/docs/automation/actions/delete-row)**
>
> Delete a row of data from a table.
