create a incidents automatically on a specific date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 07:24 AM
I would like to create a schedule that create a incident on a specific date.
from example
08/07/2025
15/07/2025
08/08/2025
etc
I have created a template to create the incident.
I can get it working on the week/day etc.
but can not see a why that I can type my own date's in for it to run

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 07:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 07:45 AM - edited 07-07-2025 07:47 AM
Hi @DavidPrice
you need to run the schedule job daily and in the advanced conditions script, you should check if todays day is 8th or 15th.
Use getDayOfMonthLocalTime() method to get todays day.
check below link for syntax and example.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 07:47 AM
@DavidPrice Did you check below Run field?
✔️ If this solves your issue, please mark it as Correct.
✔️ If you found it helpful, please mark it as Helpful.
—
Shubham Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 08:00 AM
If I set that it will only run at that time,
not look at a list of date's to run on