# Automatic data deletion

**URL:** https://community.glideapps.com/t/automatic-data-deletion/64712
**Category:** Feature Requests
**Created:** [August 4, 2023, 9:20pm UTC](https://community.glideapps.com/t/automatic-data-deletion/64712 "2023-08-04T21:20:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Luiz\_Roberto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/luiz_roberto/32/80972_2.png) [@Luiz\_Roberto](https://community.glideapps.com/u/Luiz_Roberto)
#### Post date: [August 4, 2023, 9:20pm UTC](https://community.glideapps.com/t/automatic-data-deletion/64712/1 "2023-08-04T21:20:32Z")

</div>

It would be interesting if glide had an option to auto-delete data after x days like jotform (I know I can do something like that with Google APP Script, but I think of something for Glide Tables). As I work with many forms this would help a lot!

---

<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: [August 5, 2023, 3:10am UTC](https://community.glideapps.com/t/automatic-data-deletion/64712/2 "2023-08-05T03:10:07Z")

</div>

Workaround:

- Auto hide the data based on creation time
- Extend the action that creates the data rows to delete the oldest expired row at the same time (via a single relation)
