I have a powerbi report URL which takes me to the report view in web browser and at the same time it downloads the report as .mhtml to my local system.
What I need is to get this .mhtml within alteryx without any need to get it from my local system. I tried using download tool but it seems like it is not working as expected. Any one went through the similar use case ? please help.
My target is to catch this .mhtml and then convert it to inline-html for that I have created an api end point. Further this converted html will be sent in body of an email. And inside the email body it will look like exactly how it is viewed in browser as a live report.