I have a sharepoint list, where one of the column stores images.

Every time a new entry is added to the list, I want a flow to run and to send an email containing the image as attachment

The flow runs ok, and the email is sent. However, the image cannot be opened.

Clearly, something was wrong in the way I designed the flow.
My first observation: When I use the Dynamic content menu, usually all columns from the sharepoint list appear with their names. With one exception: the column whose type is Image (in fact, when I create the column, I pick Image type; later, when viewing the list properties, the column type appears as Thumbnail). So I pick the Thumbnail tag from the Dynamic Content menu, hoping that it would refer to the image column for the current row. Please confirm whether this supposition is correct.

Next, I encode the image using this recipe that I have found on several different tutorials.

Finally, I attach the image variable as an attachment to the email; I also embed the image variable in the email body.
In either case, the image cannot be opened.
Thanks anticipated for any suggestions.