Skip to main content
Nintex Community Menu Bar

Wait for Item update - check 2 values

  • February 10, 2019
  • 2 replies
  • 16 views

Forum|alt.badge.img+6

HI All,

 

I have a form in that i have 2 buttons. Both are connected to status column with diffrent values returned.

What i want to do now is i have to wait untill any one button is clicked check which button is clicked, based on that i have to perfom the actions and move to next state in state machine. i tried the run with parallel action but it is not achieving my requiremnt. Please help me.

 

Regards

Hema

2 replies

Forum|alt.badge.img+7
  • February 11, 2019

Hello Hema,

 

The Wait for update action is reliant on all changes being updated back to the list.  I would suggest you add a commit pending action before the Wait for update action on both sides of the parallel action. 

 

This should force the update of the selected value back to the status column and then your wait for update will pick up the values.  Generally the Wait for update request is added to a batch and will be processed everytime the commit happens.

 

Let me know if this helped.

 

Kind Regards,

Francois


Forum|alt.badge.img+6
  • Author
  • February 11, 2019
Hello Francois,

I will check that and let you know. Thank you