When problem breached 100 percent, problem state is open need to send notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2024 11:36 PM - edited ‎10-22-2024 12:32 AM
Hello Team,
I have requirement when problem SLA breached 100 percent and problem is still open needs to send one notification using flow designer.
Notification has to send once in two weeks.
Please suggest me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2024 12:03 AM
Hi @Vinod S Patil ,
Create a New Flow:
- Navigate to Flow Designer and create a new flow.
Trigger the Flow:
- Set the trigger to Record Updated on the Problem table (or the relevant table).
- Add a condition to check if the SLA percentage is equal to or greater than 100% and the Problem State is still open.
Add a Condition:
- Use a Condition block to evaluate:
- SLA Percentage >= 100%
- Problem State is Open (e.g., state is not equal to Closed or Resolved).
- Use a Condition block to evaluate:
Send Notification:
- If the conditions are met, add a Send Email action.
- Configure the email recipient(s), subject, and body to notify relevant stakeholders about the SLA breach.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you found my response **helpful**, I’d appreciate it if you could take a moment to select **"Accept as Solution"** and **"Helpful"** Your support not only benefits me but also enriches the community.
Thank you!
Moin Kazi
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2024 12:26 AM
@Moin Kazi Thank you for the suggestion.
This notification has to trigger once in two weeks until problem state moves closed