Skip to main content
Nintex Community Menu Bar

Conditional Workflow: Previous Value vs Current Value (Set Field Value/Update Item)

  • March 11, 2020
  • 1 reply
  • 74 views

Forum|alt.badge.img+9

Question for the mighty minds out there.

 

  1. A form is submitted with a Status choice field marked "Not approved"
  2. Workflow 1 clears that field value by way of using a null variable, set through either Update Item or Set Field Value actions (assumption: this is the current value).
  3. Workflow 2 (conditional) is then supposed to kick in if previous value isn't equal to current value, but fails to do so.

Is Workflow 2 still reading the field value as "Not approved" instead of null?

 

 

 

1 reply

Forum|alt.badge.img+12
  • Scholar
  • March 11, 2020

@furstlars .....conditionally when an item is modified or created?

 

Can't you start the workflow 2 from workflow 1? Put start workflow action in run if action.