Skip to main content
Nintex Community Menu Bar

How to start a WF based on a fied value

  • April 26, 2018
  • 1 reply
  • 4 views

Forum|alt.badge.img

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

bamaeric
Nintex Partner
Forum|alt.badge.img+15
  • Nintex Partner
  • April 26, 2018

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.