Wait for Item Update - Is This a Bug?

  • 2 May 2018
  • 1 reply
  • 4 views

Badge +9

The following is a choice field:

215110_pastedImage_1.png

Wait for item update:

215114_pastedImage_2.png

Nintex workflow decides to complete the workflow even if no decision is made (i.e. nothing is written to the list). Is this because it has detected all values are empty and thus not equal to Pending action?

Can someone explain how to use a loop to break out of a Wait for Item Update in this context? A diagram would be much appreciated.

I've read Vadim's post but don't really understand as it seems to be slightly different from what I need to do, i.e. keep the workflow in its current position until Decision equals to Approved or Not Approved.


1 reply

Badge +9

I figured it out!

Loop with the conditions: Decision is empty, or equal Pending action

Wait for item update: Decision must match RegEx expression ^(Approved|Not approved) - stored in a variable.

215116_pastedImage_1.png

Reply