Adding report summary in email content when creating schedule report

VickieT
Tera Contributor

I've created a list report to show the long pending incidents and scheduled it to send to CIO and senior management weekly. Some time there would have no pending incidents in the report, instead of omit when no record, he would like to add a ticket count in the Email content to let him know if he need to open the attached Excel file. May I know if anyone has such experience to deploy it?

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

@VickieT 

you can use email body in scheduled report

Embed List Reports in a Scheduled Report Email 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@VickieT 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Ahmmed Ali
Mega Sage

Hello @VickieT 

 

You can create an email script to query the table with same condition as your report and print the data in the email body.

you can refer below link for more details:

https://developer.servicenow.com/dev.do#!/learn/learning-plans/xanadu/new_to_servicenow/app_store_le... 

 

Thank you,

Ali

 

If I could help you with your Query then, please hit the Thumb Icon and mark my answer as Correct!!

Thank you,
Ali

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @VickieT 

 

I think @Ahmmed Ali's answer is still valid. Instead of sharing the entire data via email, the focus should be more on educating users and improving day-to-day operations. Writing a large piece of code just to avoid a single click could potentially increase technical debt.

*************************************************************************************************************
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]

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