question

TimCapps-7366 avatar image
0 Votes"
TimCapps-7366 asked LakshmiTulasi-2774 answered

Delete list items after last modified 90 days

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

sharepoint-workflow
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

YiLu-MSFT avatar image
0 Votes"
YiLu-MSFT answered YiLu-MSFT commented

Hi @TimCapps-7366
As per my test, you could create a list workflow, select start options as following.

122998-image.png


Add two actions, then publish the workflow.

123069-image.png



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.



image.png (8.8 KiB)
image.png (6.6 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @TimCapps-7366
Would you please provide some update of this issue? Dose this validation formula work well?

1 Vote 1 ·
LakshmiTulasi-2774 avatar image
0 Votes"
LakshmiTulasi-2774 answered

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.