Hi guys ,
i need a help.
You can create a check on each row that is inserted that :
- if the status is “not started”
After 72 hours, if the status is not changed, the row must be deleted.
is it possible to create this thing?
thanks
Giuseppe
Hi guys ,
i need a help.
You can create a check on each row that is inserted that :
After 72 hours, if the status is not changed, the row must be deleted.
is it possible to create this thing?
thanks
Giuseppe
Include in the table a column with a timestamp. Create slice that includes the rows that meet your criteria to be deleted. Create a scheduled automation that deletes rows in that slice.