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.
Your answer focusses only on the senders side, because of an faulty strikt policy on the client side. Using Safe Senders List and settings in Trust Centre should show images, dispite the HTML format. Client side has no options anymore to view an email as intended.
Can you please try using this html tag instead:
<img src="YOUR_IMAGE_URL" alt="Your text">
Best Regards,
--
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions help users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hello.
Thanks for the help.
Even after I have changed the outlook settings (adding sender to safe sender, turning on the download of images from Trust Centre), it is still causing the same problem. Now the image space just appears blank.
I wanted to know if the formatting was done properly? If this is the correct way to include images in HTML?
As you can see on the image that you attached, the message indicates to click or tap to download pictures. This is not a failure from flow, this is your outlook security not downloading images automatically due to privacy and security reasons.
Best Regards
--
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions help users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
WarrenBelz
146,537
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,908
Most Valuable Professional