Hi!
I am saving records into a table with relation with another table one to many… so I can add everyday a new list and I can filter and I can see it, so that is fine… but I don’t want to have the table populate it, and I would like to delete the items from yesterday for example.
I have
I guess the best would be, create an action that is just being activated (not always) when they were created before than start of today, but I don’t see the way how to delete all the records related to the logged user, I see I can delete other records but not this field.