- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2022 06:43 AM
Hi All,
Can someone help how i can Trigger notification if the approval is not acknowledge after 7 days of creation of approval and cancel the approval if not acknowledged for 15 days of creation?
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2022 05:08 AM
Hi All,
I was able to implement this requirement by using "Wait for Condition" action in flow designer where I can give conditions to wait till the approval is either approved or rejected and provide the duration till when it has to wait for the acknowledgment by setting "Enable timeout" to true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2022 06:48 AM
Before triggering approval, parallelly you can also add timer for 7 days and then trigger notification. Append one more timer after notification for 8 more days and cancel the approval.
Let me know if you have any further queries.
Please mark this as Correct or Helpful if it helps.
Regards,
Abhijit
Community Rising Star 2022
Regards,
Abhijit
ServiceNow MVP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2022 07:19 AM
Hi,
Create a Schedule Job that runs every day. Within the job check the approvals pending for more than 7 day. Send notification for all the records
Create another schedule Job that run every day. Within the job check the approvals pending for more than 15 days. Cancel them.
You can also create Flow and schedule them if you are comfortable in flow designer
Thank you,
Palani
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2022 05:08 AM
Hi All,
I was able to implement this requirement by using "Wait for Condition" action in flow designer where I can give conditions to wait till the approval is either approved or rejected and provide the duration till when it has to wait for the acknowledgment by setting "Enable timeout" to true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2023 09:57 AM
Hello @Vidya Shree ,
Could you please post the script