Automated report extraction from servicenow to shared folder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2024 09:48 AM
Hi,
We would like to extract the reports from service now instance and transfer the reports to shared folder in specified path automatically, any idea or help would be appreciated.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2024 10:10 AM
Hi @Ranjith95 ,
Simple way to try export sets.
https://www.youtube.com/watch?v=XV_C5OrHzrk
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 08:26 PM - edited 09-23-2024 08:27 PM
Thanks for the response @Hemanth M1 , do we have any alternative way to export the reports to a specified folder path without using a Mid server?
Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 09:55 PM
Hi @Ranjith95 ,
There are other couple of ways but you need have integration hub subscriptions or deep customisation
you can SFTP step if you have integration hub
or Use powershell step in your flow and write scripts
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 08:51 PM
Hello @Ranjith95,
As Hemanth mentioned, it's Export sets using Mid Server.
If you want no Mid Server involvement, the other way I can think is reports can be exported to specific mail box using scheduled reports
From that mail box, report can be exported to remote path. This requires microsoft team involvement.
You can find stack overflow reference here.