How to stop triggering notification for specific time period?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
hi All,
I have got a task to stop triggering notification for specific 3 days. I have used notification's condition builder to build condition as Created Not On. It is working for only one Created Not On condition, But whenever I add or condition to Created Not On condition, it is not working. How do I achieve this requirement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @The Matrix ,
Maybe try with below condition
Created Between 1 Nov 2025 to 27 Nov 2025
Please mark my answer correct and helpful if this works for you
Thanks and Regards,
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
29m ago - last edited 27m ago
Hi @The Matrix ,
- Using OR (||) means the condition will always be true because currentDate cannot equal all three dates at the same time.
- Example: If currentDate = '2025-11-27', then:
- currentDate != '2025-11-26' → TRUE
- currentDate != '2025-11-27' → FALSE
- currentDate != '2025-11-28' → TRUE
TRUE || FALSE || TRUE = TRUE → Mail still sends.
Try with below condition
Add AND condition after each created not on condition
Please mark my answer correct and helpful if this works for you
Thanks and Regards,
Aakanksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
26m ago
use AND instead of OR in both the places
💡 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
