How to start a WF based on a fied value

  • 26 April 2018
  • 1 reply
  • 0 views

Badge

I want to setup a document review process. The idea is to automatically start a validation workflow when the review date is reach. The review date is obviously a field of the document list.

Any idea on how to do that?

Thanks


1 reply

Userlevel 5
Badge +13

You can create a site workflow that checks items (query list action) in the document library to see if any of the Review Dates equals today and store them in a collection variable.  Then you can schedule the site workflow to loop through the collection and kick off a validation workflow for each of those items in the document library.

Reply