- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 09:17 PM
Hi All,
I have a flow which needs to triggered 1st of every month which starts at midnight to be repeated every hour till particular request is raised.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 04:54 AM
Hi @Supriya39
If you add the timer to a specific flow, it should not impact the other flows.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 10:00 PM
Hi @Supriya39
How you identify that a particular request is being raised ? Is it via a particular Short Description or Description or some other field ?
Also, for your first requirement, flow which needs to triggered 1st of every month which starts at midnight, you could set the trigger as Monthly with Day of Month as 1 and Time as 12 h 00m 00s.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 11:06 PM
Hi Amit,
Thanks for responding. Yes it needs to check a request using short description.
But as you said, if I create a flow monthly to start at 00 hrs. it will run only once. But I want that flow to get trigger every hour after midnight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 01:12 AM - edited 02-22-2024 01:13 AM
Hi @Supriya39
Below posts could be helpful to start :
https://www.servicenow.com/community/developer-forum/calling-a-flow-from-a-scheduled-job/m-p/2530463
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0961745
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 09:16 PM
Even if I create a schedule job there is no option to run 1st of every month and then also repeats itself every 1 hour 😞