How to delete all rows on table at specified time?

Hi All,

How to delete all rows on table at specified time using Automations?

Thanks

Hi @Mark-01df, welcome to the community! Workbook automations can help you. Below is an example of deleting all rows in a table. Just set the trigger to start 0 minutes before (or after) the time/date that you want (UTC). Then add a delete row action with run options to delete the rows in =FILTER(Table1). Replace Table1 with whatever your table name is.

Hope this helps!

1 Like