Page cover image

Dowload SSRS Report and Send email

#PowerAutomate, #SSRS, #HTTP, #SendEmail, #Attachment

Have a nice day, my friends!

Today, I noted how to use Power Auotomate download SSRS Report, and send it via email.

This is a question from my teammate and I feel it's very exciting because I have faced this requirement from many clients before. Last time, my dev team did the C# code to generate the report and attached this report to the email for sending. Now, after researching & learning, I try to use the Power Automate with action HTTP Request to do that.

My scenario

The customer is using the Work Order process:

  • Engineers use a Work Order to log inspection and work results at customer sites.

  • After work completion, the customer signs the Work Order mobile form.

  • The engineer marks the Work Order as complete, triggering an immediate Work Order Summary report (of the current Work Order) to be sent to the customer.

My proposal

I'm using the Power Automate to configure this scenario:

Components
Flow summary
  • Trigger: WO completed

  • Initialize Variables: create a Variable for Report pre-filtering

  • List rows: Table Report - filter Report Name "WOSummary"

  • Invoke an HTTP request: using to configure step: Report Viewer (POST) and Download report file (GET)

  • Compose (JSON): using to configure step: Download PDF Start - Length - URL

  • Send an email (V2): using to send the attached report to the Customer

Details of configuration.

For instance, I already created the report called WOSummary report, and runs on the Work Order main form.

Sample Report - "WOSummary"

When a Work Order is completed, the Power Automate will be triggered -> then download the WOSummary report and send it to the customer.

The configuration details are as below:

Trigger WO
  • Trigger: Work Order Modified on field "Status Reason"

  • Filter: Status Reason = Completed <--> statuscode eq 2

Yeah... I have finished the Power Automate configuration for my scenarios.

Now, I will run the testing.

Testing...

Final Testing - Complete WO - Check Power Automate - Check Email

Thank you & Hoping well.

[NTD]yns.Asia ...invite me a cup. Thank you. ❤️

Last updated

Was this helpful?