How to trigger an event after a certain duration using flow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
9 hours ago
How to fire an event in flow after 24 hours when the manager of an employee has not responded to the approval request?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8 hours ago
https://www.youtube.com/watch?v=9XgcVHt1wek
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited 2 hours ago
- Trigger: (e.g., Requested Item [sc_req_item] is created).
- Action 1: Ask for Approval: Select the manager.
- Flow Logic 1: Do the following in parallel:
- Path A (Wait 24h):
- Add Wait for a duration flow logic.
- Set it to wait for 24 Hours.
- After the timer finishes, add an If condition: Check if the approval status is still 'Requested'.
- If true, add a Fire Event action to trigger your custom email event (e.g., approval.reminder.24h)
- Path B (Wait for Approval):
- Add a Wait for Condition action.
- Set condition:[Approval] [is] [Approved] OR [Approval] [is] [Rejected]
- Path A (Wait 24h):
Refer: Trigger approval notification for every 24hrs if no action taken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
this is an easy requirement.
what did you start with and where are you stuck?
💡 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 || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @rpadhmapriya ,
1 -Add the Ask for Approval action.
2-Add Wait for a duration and set it to 24 Hours.
3-Add an If decision: Check if the Approval State is still Requested.
4-If true,, use the Send Event action to fire your reminder event.
