- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 08:28 AM
Hi all,
I have created a catalog item with a flow at back. In the cat item I only have one single variable type "attachment". I would like to know if there is a way to hold requests submitted between 11:30 PM and 8:00 AM, so they are only processed outside of these hours. Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 08:50 AM
you can use wait for duration in flow and check if the time is after 8am and before 11.30pm
If yes then proceed
what did you start with and where are you stuck?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 09:02 AM
Hi @Snowman15
Create one schedule 8 - 11:30. Then add "Wait for duration" and use the schedule like below.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 09:07 AM
@maheshkhatal Hi would you be able to show me an example or helping me with this? I am not super experienced with custom action. I tend to stick with the low code that flow designer offers. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 09:27 AM
Then go for what J Siva has suggested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 09:56 AM
Hello @Snowman15 ,
Which time zone is to be considered when determining if it's currently between 8am an 11:30pm?
The one of the user submitting the request, system time zone, some fixed time zone, time zone of the fulfillment group, etc.?
And I can't help but wonder what's the business problem that is behind this unusual requirement. Because the fact that time zones may have to be considered could make this very complicated, and maybe there is an entirely different, much simpler approach to solve that business problem.
Regards,
Robert