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 116
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