How can I set the RITM status to Work in Progress at the date and time specified in the SR?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
22 hours ago
Is there a way to insert the work date/time specified in a Service Request into the RITM’s expected time field, and then have the Flow continue after that time has passed?
I've been trying various approaches using Wait for condition in Flow Designer, but I haven't been able to get it to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
21 hours ago
There is a Flow Logic called "Wait for a duration of time".
You could work out the amount of time to wait from the date / time value(s) you have collected, set that as a Flow variable and use the Flow logic above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
21 hours ago - last edited 21 hours ago
so you want the flow to wait till that Date/time reaches which is a catalog variable?
if yes then this is feasible in flow designer
-> use "Get Catalog Variables" flow action to grab that variable
-> then use "Wait for Duration" flow logic and give Relative Duration such that it waits 1 second after that date/time
-> As soon as that time crosses the flow will continue
-> then use "Update Record" flow action and update the RITM State
Flow Designer : Making the flow wait until a specific date time based on a catalog variable
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
21 hours ago
Using a combination of 'Wait for condition' and checking against the SR work date/time could work, but make sure the condition is correctly evaluating the datetime format used in the request.
