Flow designer mail notification triggers after wait for duration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2023 09:37 PM
- If Inc changes to resolved state then wait for 2 days after that if still in resolved state , send a mail notification to caller for reminder close the incident - this works fine
The challenge here is , if Inc changes to resolved then one flow execution starts , and wait for 2 days ..in between the user changes state to 'New' and again move to resolved then another flow execution happened for notification.. it seems dual notification for resolution
How to restrict to execute only one notification to sent ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2023 08:45 AM - edited 11-26-2023 08:49 AM
Hi @sukran ,
Try with Wait for duration action in flow designer. Please refer to below image for better understanding.
You can also try with a scheduled job to check the incidents in resolved state and compare the resolved time of those incidents with the current date/time and based on the duration trigger an event which will trigger a notification.