Hello. I am trying to pick up an image from SharePoint/Onedrive and insert that image in the body of the mail.
I could insert the image as an attachment and that works fine.
But it is important for my use-case to insert the image in the body of the email.
Can someone confirm if this is possible or not anymore?
I can see posts where it says i can simply embed the image in the body of the mail using html, but that does not seem to work anymore.
Can someone please point me in the right direction? If not possible, it would be great if I can get some documentation saying that this isnt possible anymore, etc.
Thanks for all the help!
@v-micsh-msft : It would be great if you can help me with this.
Send the email with an HTML body by clicking the </> button in the Body, example:
Then use IMG Tags to embed your photos into the email, example:
<img src="https://linktoyourimage.com/yourimagine.jpg">
You can also pass dynamic content like into the HTML.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps 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!
Hi @Anonymous ,
I did a test on my side, you could use the following code to insert the image into the email body.
<img src="image url ">
If you are using Send an email action, you need to set IS html field to Yes.
It's worth noting here that images can only be displayed as long as they are viewed in Office 365 Outlook. If viewed in Outlook client, the images cannot be displayed.
Best Regards,
Why is this?
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
42 | |
10 | |
8 | |
7 | |
7 |
User | Count |
---|---|
66 | |
22 | |
12 | |
11 | |
11 |