How to send a scheduled report (CSV file) to external server from ServiceNow

sivanagalakshmi
Tera Contributor

Hi,

 

Could someone please help me for below requirement.

 

I have a report which is there on custom table which needs to schedule on weekly basis and send to external sever.

CSV files need to send to external server.

Thanks,

 

6 REPLIES 6

Ankur Bawiskar
Tera Patron
Tera Patron

@sivanagalakshmi 

you can configure scheduled report which sends csv of that report's table to users/groups/recipients.

But not to external Server.

For that you will have to design a custom solution

what does this external server mean -> FTP?

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

Hi Ankur,

 

Server is FTP /SFTP

@sivanagalakshmi 

then you need custom solution and mid server

check these links

Send an Attachment from Service Now and store it on FTP server via MID server  

Push .csv file from mid server to an SFTP location 

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

Bhuvan
Giga Patron

@sivanagalakshmi 

 

I have not used below method but you can give a try using Flow Designer subflow & action

 

https://www.servicenow.com/docs/bundle/zurich-source-to-pay-operations/page/product/sourcing-procure...

 

You can also try below approach

 

https://www.servicenow.com/community/app-engine-forum/to-export-file-from-service-now-mid-server-to-...

 

If this helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan