Hello Team,
We receive email with multiple links for the excel reports. when we click on this link, it automatically downloads excel reports.
we would like to automate this process using automated cloud flow. when that email arrives, we would like to download reports from links received in email and save them to the Sharepoint.
I have used below steps:
1. Trigger "When new emails arrives(V3)"
2. HTML to Text to get URL values.
3. Compose (data operation) to get only URL values start with HTTPS.
4. HTTP with get method and passing URL (output from compose).
5. create file (Sharepoint)
but my cloud flow is failing at 4th pointer "HTTP" action with 302 code. Can someone please help to resolve this and how can we download report through link.