Repeated check RITM variable in flow designer

PradeepGenpact
Tera Contributor

Hi folks,

I am facing one challenge, so I have one flow designer to create sc_task. The concept is when user fill termination date in future date, it waits until date passed or match current date.  I am using Wait (8 hours) until option, and it is working fine. But the case is when user update the future date from RITM variable to current or past date, it is not picking the updated date even I am adding action get catalog variable, but we don't know when and how many time user will update the dates.   Is there any way to get the latest date to check in wait for condition?

Any help would be highly appreciated.

1 REPLY 1

Daniel Draes
ServiceNow Employee

That is actually by design. The Wait For activity will pull the date/time from the record when the activity is started and will not refresh it. If you need the refresh, you will need to use some business rule script to stop/restart the flow.