I am looking to take an image from a SharePoint image library and embed that into an email. This image is also in my Asset Inventory SharePoint list in addition to a column in that list with the text of the image's direct link/path. My Flow looks for specific attributes to determine what to do with a checked out item (laptop, hotspot, projector, etc.) that is due for return today, tomorrow, or is overdue and send an email to the assigned user. I'd like to include the image of the asset in the body of the e-mail. I've found several posts about this, but none have worked.
Send an Email V2 is already in HTML, and I was hoping that using the IMG SRC tag and Insert Dynamic Content with the Image Direct Link value in it would work, but it didn't.
<img src="%DynamicContentImageDirectLink%">
I'd be very grateful for any assistance in pinpointing what I need to do to get this to behave. Below are screenshots of three different items, each with a unique image and therefore unique direct link/path, and my flow.


