Skip to main content
Nintex Community Menu Bar
Solved

Run workflow if a document checked in

  • April 17, 2023
  • 7 replies
  • 229 views

Forum|alt.badge.img+3

Hello - We use SharePoint 2016 platform on premise. I configured a workflow settings based on “Start when items are modified” condition, then filter condition Document status = Final and Modified (previous value)  not equal Modified. Is there a way to run a approval workflow if the existing document modified? Thanks for your help.

Best answer by SimonMuntz

Hi,

SharePoint does not recognise a change in a document as a change in an item so it will not trigger a workflow based on a document change.  A solution would be to have a scheduled workflow run periodically on the library to check for modifications and trigger a workflow if one is found. 

7 replies

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • Answer
  • April 18, 2023

Hi,

SharePoint does not recognise a change in a document as a change in an item so it will not trigger a workflow based on a document change.  A solution would be to have a scheduled workflow run periodically on the library to check for modifications and trigger a workflow if one is found. 


Forum|alt.badge.img+3
  • Author
  • Rookie
  • April 19, 2023

Hi SimonMuntz - Did you mean to schedule workflow run if a document’s properties changed? Thanks.


SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • April 19, 2023

HI,

 

Schedule a workflow to run every hour for example. The workflow queries the library looking for changes to items in the last hour.  If it finds an item that has been changed it either runs a set of actions on the item or triggers another workflow to run on the item.


Forum|alt.badge.img+3
  • Author
  • Rookie
  • April 20, 2023

I have a site workflow that is scheduled to run every day for updating a date field in SharePoint document library but the site workflow paused if a document checked out by a user. How can I have a site workflow runs even though a document checked out? Thanks.


SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • May 8, 2023

HI.  You are you able to use the “Wait for check out status change” action which waits for the the document to be checked in before the workflow continues?


Forum|alt.badge.img+3
  • Author
  • Rookie
  • May 9, 2023

Thank you. I will try that. 


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • May 15, 2023

Hi @YV 
Did this resolve your issue?