Create Report and attach to a record using flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2021 03:53 PM
Does flow designer has capability to run an existing report and attach it to a record?
My Use Case is to create a Flow designer in Compliance Indicator task which will run a report and extract the report in excel format and attach it to the indicator task.
Please mark this response as correct or helpful if it assisted you with your question.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2021 04:42 PM
You can use script action to generate report using OOB Reporting Script API and then attach to indicator task in flow designer.
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2021 03:32 PM
Thanks Sachin. Is there a scripted rest api for reporting?
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2022 04:16 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2022 02:29 PM
I had to create my own solution which basically creates a scheduled report and then copy the report in email to the task.
So I have a script which create a scheduled report.
And a Business rule on email table, which identify these scheduled report based on their name and copy it to the task.
Please mark this response as correct or helpful if it assisted you with your question.