Generate reports through flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have a requirement to generate reports on schedule basics using flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Sprankle ,
Unfortunately, directly generating and sending reports on a schedule isn’t a native feature of Flow Designer in ServiceNow. Flow Designer is great for automating tasks, but report scheduling and distribution is best handled through Scheduled Reports in the Reporting module. This allows you to:
Run reports on a specific time or recurring basis (daily, weekly, etc.).
Specify recipients for the report.
Choose the output format (PDF, CSV, Excel).
If you need to include reports in a flow, you can combine Flow Designer with custom scripts, REST APIs, or use workarounds to retrieve generated reports.
Helpful references & examples:
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
It is not supported out of box. You can create a custom action and call it in your Flow and design your actions to attach it to a record or send email notifications.
Refer below post for reference to generate reports,
You can use PDFGenerationAPI if you want to share reports in PDF format
As per community guidelines, you can accept more than one answer as accepted solution. If my response helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Did you get a chance to review this as I believe the information provided should answer your question
As per community guidelines, you can accept more than one answer as accepted solution. If my response helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan