Hello,
I have created a flow to send an email to Outlook whenever a record is created or updated in D365. The HTML code works fine and displays all values correctly, except for the image. I uploaded the image to be included on a sharepoint site and copied the link.
This is how it is included in my html code,
<v:imagedata src="https://xyz.sharepoint.com/:i:/s/xyz/EeBMTAcjB2FMqR5xmnJYqQoBBrPFNBc0ZuWE6KxL6NqY-w?e=qofkjn" />
<w:wrap type="square"/>
This is how my image is displayed.
Can someone please tell me if this is the correct way? If not, what can I do to change it?
Thank you.
