Wait for condition is not taking the updated values

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2024 12:39 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2024 12:45 AM
Hi @Community Alums ,
You can use this solution : https://www.servicenow.com/community/now-platform-forum/flow-designer-wait-for-task-to-be-updated/m-p/1099838
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2024 12:47 AM - edited ‎11-15-2024 12:48 AM
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