Wait for condition is not taking the updated values

Community Alums
Not applicable

Hi team,

I have a flow designer where I have wait for condition on Last Working Day, when last working day is changed, wait for condition is not taking updated value

2 REPLIES 2

Community Alums
Not applicable

Jagadish Sanadi
Kilo Sage

Hello Chithra,

 

Please try looping, since wait for condition is used so control is not able to go back.
Go with 'do - until' inside do use action which glides on table which has 'Last Working Day'
compare and return true/false based on condition
use this return value in until condition

Please mark useful if my response helped you