Work flow to create email for Incidents with no updates for 3 or more days
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2024 06:24 AM
I am creating a work flow that will send an email to the "assigned to" user from the incident table that is NOT assigned to the "Service Desk" group. It seems I am only get one email sent and another if I hit the "test" button but its not evaluating all the records that fit that criteria. Below is the flow I have. Any help would be much appreciated.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2024 02:10 PM
Why do you have the if statement checking again if hasn't been updated in 3 days when you lookup records already has that conditions? I would also remove activity is empty from the condition for the lookup records. I'm not sure what that is doing but you cannot see when just looking at the list view. I would think activity would always have something in it since activity tracks changes to the incident even if it is just something like assignment group changing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2024 09:52 AM
I have update step 3:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2024 09:12 AM
No what I'm saying is you don't need step 3 at all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2024 06:31 AM
For anyone who had a similar question and needed the final results: I have figured this out and attached is the flow created to do so. It was easier to just set up a notification that was triggered by the work flow instead of setting up the email directly from the work flow.