Skip to main content
Nintex Community Menu Bar
Solved

Compare Previous and Current Value in Nintex Workflow for o365

  • March 9, 2016
  • 4 replies
  • 578 views

Forum|alt.badge.img+1

I have a condition to check with previous value of the list item field to current value of the list item field for o365, as we have same functionality with SharePoint On Premise in the workflow settings where we can execute workflow based on the condition. Is there any possible ways to do same.

Best answer by fhunth

Al alternative could be to add a new column named oldValue and update it on a workflow that starts when item is modified. Then you will have the oldValue to compare it, on a condition Action.

4 replies

Forum|alt.badge.img+16
  • Answer
  • March 10, 2016

Al alternative could be to add a new column named oldValue and update it on a workflow that starts when item is modified. Then you will have the oldValue to compare it, on a condition Action.


Forum|alt.badge.img+1

Yes that did help me Thanks Fernando


Forum|alt.badge.img+4

Hi @fhunth can you please confirm that I'm understanding correctly:  the previous on prem ability to conditionally start a workflow by comparing a field "prior value" to that field's current value is not available in O365?


Forum|alt.badge.img+16
  • April 27, 2021

That's correct