Need to automate the scheduled report generation and attach it with email to share as an attachment

nupur_goswami
Tera Contributor

I have a requirement from the client where I need first apply some filters and then need to generate a report from a custom table. After the report is generated, it should be shared as an attachment on email. Additionally, this whole process should be automated and should run automatically every 3 months.

Any advice would be highly appreciated.

Many thanks

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@nupur_goswami 

You can have report with static filter and then create scheduled report and link the report here.

Have the scheduled report to run Periodically every 90 days and then include users and groups to whom email has to be sent.

The email sent will have the report attached as well.

these links should help you get started

Scheduled Reports 

Creating a Scheduled Report in ServiceNow 

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

View solution in original post

11 REPLIES 11

Robert H
Mega Sage

Hello @nupur_goswami ,

 

Scheduling reports as emails is a standard feature that is documented here.

And here is a quick tutorial.

 

Regards,

Robert

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @nupur_goswami 

 

If you want to send the report via email, you can schedule the report.

 

AGLearnNGrow_0-1743585056977.png

 

AGLearnNGrow_1-1743585077149.png

 

https://youtu.be/BCUJZd_KilA

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

****************************************************************************************************************
Report&Dashboard #ServiceNow #Paris OOTB Demo of ServiceNow Report & Dashboard Connect me on LinkedIn: https://www.linkedin.com/in/atul-grover-3bb1b141 LinkedIn:https://www.linkedin.com/in/atulgroverservicenowconsultant Redistribution or copying of functionality is not allowed!

Hi @nupur_goswami 

Is any thing wrong with my answer?

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

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

Hi @Dr Atul G- LNG the response was right as per the question, but I had a slightly different situation. I had to write a script to automate the process of pulling out the required data from table and automatically sharing it over the email including only the required attachments
Thanks a lot