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:
- HTTP Request - To run Report.
- Wait - for 1 minute so that the report gets generated
- HTTP Request - to download the CSV.
- Email - I am not sure how to attach the report to email. I need help here
- 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