
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2023 01:45 AM
Hi,
We are using an order guide where employees can submit some information against various items selected. The order guide would be available in the portal for say two weeks, and users can submit their order any time during this period. The first step in the workflow is a 'wait' condition, as we want all submitted requests to progress on a specific day by sending a notification to key stakeholders.
So for example, user A submits an order on 1st, user B on 3rd and user C on the 4th. Their requests are held until the 20th and then emails are sent.
Timers and wait conditions appear to be relative to a date field within the item, or a set duration, but that means that the notifications would be sent on 20th, 23rd and 24th, which is not what we want.
Is there a way to specify the 20th in the workflow only and have all executions wait until that date?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2023 02:47 AM
Hi @Cirrus ,
You can refer to this thread: https://www.servicenow.com/community/developer-forum/timer-in-workflow-based-on-variable-date-does-n...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2023 02:47 AM
Hi @Cirrus ,
You can refer to this thread: https://www.servicenow.com/community/developer-forum/timer-in-workflow-based-on-variable-date-does-n...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2023 04:05 AM
Thanks Sandeep. I have added the time to the workflow, but also added a hidden close date field on the order guide (I am thinking this may have to be an unavoidable manual step. Will let you know if this has worked later

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2023 06:20 AM
Sandeep, that works perfectly. We can work around setting the date as a hidden variable

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2023 05:21 AM
@Cirrus Exited to see i could help you