Notification to show when an incident hasn't been updated for a few hours
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 01:35 AM
Hi all, I am looking for a way to produce an email to show agents when an incident hasn't been updated for 2hours?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 03:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 11:54 AM
Better late than never. The reason that in the For Each there is no result in the Lookup Record because it only returns a single record.
The for each takes multiple records to loop through them
the correct action should be Look Up Records Not Look Up Record Before the for each action , this way the for each will loop through all the incidents matching the criteria and execute the flow successfully.
Kudos to @Sohail Khilji for his answer as well