Hi all,
I have a continuously growing SharePoint list which gets updated daily very frequently. I am using it to display the status of a production build. However, sometimes a record is accidentally duplicated, or not used properly, etc. In these cases, the status will not change at the end of the day.
Is there a way to delete old records that have been unaltered (status: "Planned") and the default "Created" column being more than 3 days old?
To summarize: I need a flow that will:
- Get Items from an SP List (filter query: Status = "Planned" and Created = more than three days ago
- Delete these items
I'm not sure how to check dates within MS Flow. Please let me know!
Farhan