I am using SharePoint 2013 and designer 2013. I need to delete items from a list older than 90 days using a workflow in designer.
Any help would be appreciated.
Thanks
Tim
I am using SharePoint 2013 and designer 2013. I need to delete items from a list older than 90 days using a workflow in designer.
Any help would be appreciated.
Thanks
Tim
Hi @TimCapps-7366
As per my test, you could create a list workflow, select start options as following.

Add two actions, then publish the workflow.

If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hi @TimCapps-7366
Would you please provide some update of this issue? Dose this validation formula work well?
Create a Column As -->(Name) 90DaysDelete --> Calculated column -->=[Modified]+90
Workflow
If Current item:90DaysDelete is Less than or equal to Today
Delete item in the Current Item
3 people are following this question.