
Announcements
Hello, everyone.
I got a problem with inserting picture into Flow.
I put the picture in the sharepoint, and used this two ways to write the flow.
I need use the flow to send an email with this picture to the receviers.
Someone can see the picture by the email, but others couldn't see the picture, you can refer to the attached picture.
By the way, we all have the same permission level of Sharepoint, and use the same network enironment in the office.
<img src="http//...." alt="キャプチャ"><br>
<a href="http//....src="example.gif" alt=”サンプル” width=”50” height=”50”></a>
I will be appreciate it if you can help me to solve this problem.
Thank you!
Hi @Belinda_wnz ,
If the file is stored in sharepoint, please get the file content first and use it in <img> tag.
Best Regards,
Wearsky