Systemupdate to not trigger workflow

  • 26 October 2021
  • 1 reply
  • 46 views

We are using a custom C# solution to update the Items using SystemUpdate() for a Nintex associated list in SharePoint Online. But, we see that the Nintex workflow is getting triggered whenever solution runs. As we are running the solution almost for all the Nintex associated sites, updating the workflow and running the solution every time is not a feasible. Is there any way to update the item without triggering the Nintex workflow.

 

Any help on this would be appreciated!!!


1 reply

Userlevel 4
Badge +9

What you can do is use the conditional start for you workflow. (just don't forget to invalidate the condition as soon as the workflow starts).
If this value is not changed when you do your SystemUpdate(), the workflow won't trigger.

Reply