Hey guys,
So I'm using Power Automate to send out daily e-mails with a couple of PowerBi images attached and I want to add some of those to the body of the e-mail.
I'm using the option Body as HTML with the following code:
<html>
<body>
<p>Good morning,</p>
<p>Please find attached yesterday's Daily OPS.</p>
<p>Best Regards!</p>
<img src="file:///C:/Users/%User_Name%/XXX.png" alt="Apricus">
<img src="file:///C:/Users/%User_Name%/YYY.png" alt="Trend Graphs">
</body>
</html>
My issue is that when I'm on the most recent version of Outlook the images don't show. How can I fix this?

