Workflow to Run Report, Download report and send email (with report as attachment)

Trying to create a Workflow to send Uncorrelated Accounts report to specific recipients by configuring the Schedule.

Created a Workflow using Scheduled trigger. Have the following steps:

  1. HTTP Request - To run Report.
  2. Wait - for 1 minute so that the report gets generated
  3. HTTP Request - to download the CSV.
  4. Email - I am not sure how to attach the report to email. I need help here
  5. End Step

I am getting “request failed” for Download CSV step. Attaching the Workflow JSON for reference.

Would like to know how to configure HTTP Request to download CSV and how to embed the report as attachment in email

CopyofReportscheduling20250916 (1).json (3.2 KB)

Hi @ChandrakalaS ,

We cannot download reports using Workflow HTTP action . The response type of this action does not have a file type yet .