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.

Define scheduled report to send by email as a JSON file

tkrishna29
Giga Guru

Is it possible to define a scheduled report from a table as JSON instead of CSV and send it as an attachment?

 

Regards,

Krishna

1 ACCEPTED SOLUTION

You need to first create export set and then schedule export set to send data in JSON format.

 

find_real_file.png

 

 

Regards,

Sachin

View solution in original post

4 REPLIES 4

sachin_namjoshi
Kilo Patron
Kilo Patron

you can export list of records with JSON format.

 

find_real_file.png

 

Regards,

Sachin

Thank you Sachin. I want to make this a scheduled report and run on a daily basis and send this report by email. Is there a possibility to do that?

 

Thanks,

Krishna

You need to first create export set and then schedule export set to send data in JSON format.

 

find_real_file.png

 

 

Regards,

Sachin

@sachin.namjoshi . I have the same requirement. Email notification trigger isn’t happening . Could please walk through the process in details ? I did create export set and scheduled the export as instructed above but the email notification isn’t triggering.