Deletiton of reservation automatically when reaches end date + 1

Hi,

I am creating reservation app, where you can book a product from start date to end date.
Is there a option through some formula to delete reservation from the list when it passes the end date?

Thanks for your time.

0 1 119
1 REPLY 1

You’ll need to create an Automation bot working on a schedule. Then you’ll need to cerate an action to “execute an action on a set of rows” to look for any rows where [Date]<=Today()-1. This will then need to call an “delete this row” action to delete them.

Top Labels in this Space