# Data lost

**URL:** https://community.glideapps.com/t/data-lost/75736
**Category:** Ask for Help
**Tags:** data-editor
**Created:** [August 20, 2024, 1:45pm UTC](https://community.glideapps.com/t/data-lost/75736 "2024-08-20T13:45:14Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Edilson](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/edilson/32/70793_2.png) [@Edilson](https://community.glideapps.com/u/Edilson)
#### Post date: [August 20, 2024, 1:45pm UTC](https://community.glideapps.com/t/data-lost/75736/1 "2024-08-20T13:45:14Z")

</div>

One of my editors accidentally deleted all the data from one year in one of our apps. Has anyone else had the same issue? Is there any way to recover this data?

---

<div class="post-metadata">

### Author: ![Marc-Olivier](https://avatars.discourse-cdn.com/v4/letter/m/ac91a4/32.png) [@Marc-Olivier](https://community.glideapps.com/u/Marc-Olivier)
#### Post date: [August 20, 2024, 2:38pm UTC](https://community.glideapps.com/t/data-lost/75736/2 "2024-08-20T14:38:54Z")

</div>

Was it on Glide tables or Google sheet? With Google sheet you can but I’m afraid not with Glide tables.

---

<div class="post-metadata">

### Author: ![Edilson](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/edilson/32/70793_2.png) [@Edilson](https://community.glideapps.com/u/Edilson)
#### Post date: [August 20, 2024, 2:56pm UTC](https://community.glideapps.com/t/data-lost/75736/3 "2024-08-20T14:56:39Z")

</div>

Glide tables…

---

<div class="post-metadata">

### Author: ![David\_Gabler](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david_gabler/32/44332_2.png) [@David\_Gabler](https://community.glideapps.com/u/David_Gabler)
#### Post date: [August 20, 2024, 4:05pm UTC](https://community.glideapps.com/t/data-lost/75736/4 "2024-08-20T16:05:34Z")

</div>

I recommend downloading your data from Glide tables periodically. It downloads as an ODS file. It’s not quite as good as a real backup, but it’s better than losing the data altogether.

---

<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 20, 2024, 11:12pm UTC](https://community.glideapps.com/t/data-lost/75736/5 "2024-08-20T23:12:26Z")

</div>

An alternative if you’re using Glide Tables and have access to the Query API, is using something like [Make.com](http://Make.com) to schedule a scenario to query the table, then construct a CSV from that and save it somewhere.

You might be able to make this process easier if Glide decides to have a time-based action in the future.
