hi,
i have a sharepoint document library.. in that library i have an image..
My question is how to give a Sharepoint doucument library url into a <image src="url ">?
I give url it dont display image in outlook app.
How to show image in app?
Thanks,
Hi @v-xiaochen-msft,
Am using html template to send email through img src URL as well as base64.
Am facing following two issues,
1)while am sending through url image display in Web browser but not visible in outlook app.
2)while am sending through base64 image will display both outlook and web browser. But image will not visible for other team members. within my team it will visible.
Thanks,
Dhinesh
Hi @Dhinesh28R ,
Please try this formula:
Office365Outlook.SendEmail("your email","Test2","<img src="&"your url"&">",{IsHtml:true})
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.
Hi @v-xiaochen-msft ,
Thanks for Your Reply man.
But am not using flow man. Am just asking about Powerapps HTML Template email send not shows in outlook app man.
Is it posiible to show image in outlook without using flow but using normal html tempalte email send in powerapps.
Thanks,
Dhinesh
Hi @Dhinesh28R ,
Please refer to the steps below:
1\ I have an image in sharepoint document library.
Its link is shown in the figure below.
2\ Build an instant flow
3\ The result is as follows:
If you still can’t see the picture, please try the other two methods.
1\ Add the user to the sharepoint group and give him the appropriate permissions
2\ In flow, convert the picture to base64 format
If you need detailed steps please let me know.
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2