Search code examples
sharepointsharepoint-2007

Automatically copy list data from one list to another list after 1 month


I have list that having data stores dynamically once the infopath form has been submitted. I want to archive this data after 30 days of creation date of any data. can you please suggest how would i do this. see i can do this by workflow but how can i set the condition that once 30 days complete after creation of any list it will automatically copy into other list.


Solution

  • First I would want to question WHY you want to move it to another list?

    Why not simply setup a view on your main list showing only records created in last 30 days :-

    Created >= [Today]-30
    

    (And yes, you can use Today in view filters)