
Announcements
Hi everyone,
I'm working on a flow in Power Automate that retrieves a user's photo using the "Get user photo (v2)" connector. I'm using the base64() function to display the image in the email body, and I've successfully adjusted the width and height using width="50" and height="50".
However, I'm struggling to make the image circular. I've tried adding style="border-radius: 50%;" to the <img> tag, but it doesn't seem to have any effect.
Could anyone please provide guidance on how to round the image using HTML within the Power Automate email body?
Thanks in advance for your help!