Check for incidents still open after 5 days of creation date and send notification to assigned to manager that "incident is still open".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 07:41 AM
Check for incidents still open after 5 days of creation date and send notification to assigned to manager that "incident is still open".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 10:28 AM
Create a scheduled flow that runs daily to look up incidents matching your condition. For each record, send notification.
>>> To help others, please mark this as Correct or Helpful if this response has been of any use. <<<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 11:05 AM
Hi
You can either do it through flow designer or you can use scheduled script for checking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 11:23 AM
If you want to check how it can be done through flow designer you can check the below link which is also for a similar requirement.