Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Flow Designer Email Trigger Issue for SLA Warning

swethavelu
Tera Contributor

Hello Community,

 

I have implemented a Flow Designer flow to send an email notification when an SLA is nearing breach. Below is the high-level structure of my flow:

  • Trigger: SLA Task (task_sla table)
  • Action 1: Lookup Records (to fetch Case details)
  • Action 2: Flow Logic → If Stage != Breached
  • Action 3: Send Email

swethavelu_0-1763031890608.png

 

The SLA configuration:

  • Resolution SLA: 10 minutes
  • Response SLA: 5 minutes

The flow uses Wait until 90% of SLA Duration before sending the email.


Issue:

  • When the SLA reaches 90% in real-time, the email is not sent automatically.
  • Additionally, when I check the SLA Task record, Business Elapsed Percentage = 100%, but no email was sent.

Questions:

  1. Why does the email trigger doesn't work when SLA reaches 90%?
  2. How can I ensure the email is sent only when SLA is nearing breach and not after it is breached?

Additional Info:

  • Flow is active and published.
  • SLA Task shows correct progress.
  • No errors in Flow Execution logs.

Any guidance or best practices for handling SLA-based notifications in Flow Designer would be greatly appreciated.

 

Thank you,
Swetha.

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @swethavelu 

There is an out-of-the-box (OOTB) flow for the same. If you check that, it will be helpful for you

 

DrAtulGLNG_0-1763032291543.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

1 REPLY 1

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @swethavelu 

There is an out-of-the-box (OOTB) flow for the same. If you check that, it will be helpful for you

 

DrAtulGLNG_0-1763032291543.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************