Hi,
I am sending an Image on the Teams to the individual user through power automate. but the image is not displaying on the team.
Below step of applying in flow.
1. Get file content using the path
2. Storing file content in one variable using "<img src="data:image/jpeg;base64,@{body('Get_file_content_using_path')['body']['$content']} " width="300" height="300" alt="My Image">"
3. Using Team chat to send messages.
4. Using 'Post message in chat or channel' to send message. using html message bode to add variable content like below variable
The "Teammessageimage.Png" file showing output. image is not visible.
Can any help me on this issue?
Regards,
Lalit Kadam