I've tried several things with no luck. I'm trying to add an image to an email either from sharepoint, or oneDrive.
From sharepoint, I've tried Initializing a variable with the image source:

Where to Outputs() is as follows:
outputs('Get_file_content_using_path')?['body'].$content
With the content coming from a "Get file content using path", as shown here:

And then adding the image tag:

I've also tried linking directly from the file content, but every time I do this, I get what looks like the binary content of the image.

I've tried several other methods, and I'm never able to see the image, no matter which tutorials, or documentation I follow. Is it possible to show images in V2 email through power automate from Sharepoint, or OneDrive? I've also tried different images, and different sizes. Sometimes I do get a broken link image, but that's as close as I get.