Retain Nintex workflow history in SharePoint online

  • 7 August 2017
  • 1 reply
  • 44 views

Badge +3

In our company, for audit purpose the workflow history is required to be retained for many years (may be 7 years) in SharePoint online. I understand from reading other articles that both Nintex workflow history and SharePoint workflow history are deleted after 60 days.  

 

Are there any ways to retain the Nintex workflow and task history beyond 60 days. Please suggest.

 

Any helpful information would be appreciated. 


1 reply

Badge +7

Honestly, I think you should create a secondary list called ListNameHistory. Index your SharePoint columns in the new list now to help with large list size. I would create an extra column called MainListID or something so then you can pass the list item ID to the history to tie them together.

Then within your workflow I would just use the create list item action to track your history and just make sure you write the List ID to the MainListID column and then whatever data you want to store in the list.  You can copy/paste the action every time you want to do something for history and you could even add a notes field you could pass information too to also help track changes.

Also, by creating a secondary list, you can manage this list easier and get full list functionally when you need to do something with the data.

As far as Tasks Lists go, you shouldn't have to worry about that getting purged every 60 days because that is just a regular list so you can retain that data for as long as you would like.

Reply