# Auto delete row after x amount of time

**URL:** https://community.glideapps.com/t/auto-delete-row-after-x-amount-of-time/63402
**Category:** Ask for Help
**Created:** [July 1, 2023, 11:40pm UTC](https://community.glideapps.com/t/auto-delete-row-after-x-amount-of-time/63402 "2023-07-01T23:40:25Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![martintondel](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/martintondel/32/59469_2.png) [@martintondel](https://community.glideapps.com/u/martintondel)
#### Post date: [July 1, 2023, 11:40pm UTC](https://community.glideapps.com/t/auto-delete-row-after-x-amount-of-time/63402/1 "2023-07-01T23:40:25Z")

</div>

Could someone please help me with this? Im thinking about:

> [@Deleting a row after x time](https://community.glideapps.com/t/deleting-a-row-after-x-time/62263/3):
>
> set a timestamp 6 hours in the future, and then automatically hide the row once the 6 hours is up

---

<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: [July 2, 2023, 12:34am UTC](https://community.glideapps.com/t/auto-delete-row-after-x-amount-of-time/63402/2 "2023-07-02T00:34:53Z")

</div>

But have you tried what Darren suggested?

---

<div class="post-metadata">

### Author: ![Max-B](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/max-b/32/60530_2.png) [@Max-B](https://community.glideapps.com/u/Max-B)
#### Post date: [July 2, 2023, 5:33am UTC](https://community.glideapps.com/t/auto-delete-row-after-x-amount-of-time/63402/3 "2023-07-02T05:33:06Z")

</div>

Do you mean that you don’t know how to do and need help in make it works?

---

<div class="post-metadata">

### Author: ![martintondel](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/martintondel/32/59469_2.png) [@martintondel](https://community.glideapps.com/u/martintondel)
#### Post date: [July 26, 2023, 7:42pm UTC](https://community.glideapps.com/t/auto-delete-row-after-x-amount-of-time/63402/4 "2023-07-26T19:42:37Z")

</div>

i dont know how to put it in the timestamp column. should i put something like “now + 360min”?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 26, 2023, 8:40pm UTC](https://community.glideapps.com/t/auto-delete-row-after-x-amount-of-time/63402/5 "2023-07-26T20:40:19Z")

</div>

> [@Add \*Now\* +360min](https://community.glideapps.com/t/add-now-360min/64403/2):
>
> Set your math column like this. Now + 360/1440 or Now + 6/24 or Now + 0.25 Date math in Glide is based around days, so if you want to add a certain number of hours or minutes, you need add the fractional number of minutes out of the total number of minutes in a day. For example, there are 1440 minutes in a day, or 24 hours on a day.

---

<div class="post-metadata">

### Author: ![martintondel](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/martintondel/32/59469_2.png) [@martintondel](https://community.glideapps.com/u/martintondel)
#### Post date: [July 26, 2023, 9:10pm UTC](https://community.glideapps.com/t/auto-delete-row-after-x-amount-of-time/63402/6 "2023-07-26T21:10:42Z")

</div>

Awesome thanks! Did not know that glide formats in Days. Really appeiciate it bro!

---

<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: [July 27, 2023, 9:11pm UTC](https://community.glideapps.com/t/auto-delete-row-after-x-amount-of-time/63402/7 "2023-07-27T21:11:03Z")

</div>

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