Run an update query on a List e.g. only keep recent records
Hi all,
I have a List. I want to create a workflow that runs daily and only keeps records in the List that are 30 days young (I have a "created" column).
I could potentially, read List, then select last 30 days and save again (deleting existing records).. but I am afraid that while this runs I might miss records that have been added between start and end of this flow.
Is there an easier more standard way to delete older records?