Wait for Item update - check 2 values

  • 10 February 2019
  • 2 replies
  • 2 views

Badge +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

Badge +7

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

Badge +6
Hello Francois,

I will check that and let you know. Thank you

Reply