Hi, @JustusCk, you'll just need to be a bit careful of the size of the image (under 100kb) and ensure that you don't rely on DIV items.
It's going to be a bit of a complex solution regarding that, so you may wish to just forgoe using images.
If you're going to go ahead with it, then you will need to locate where the image is stored on SharePoint.
Once you have that, you need to use the Get file content action to retrieve the file. (if it is under 100kb)
Then you need to convert it to dataUri() and place that value in the 'src' attribute of your '<img>' tag.
Again, this is not simple, and someone here may be able to help you get to it with your flow. So, in order to help that along a bit more, I would advise that you first update your question (not a reply) with an embedded (not attached) screenshot of the design view of your flow.
This will enable:
- Helpers to have more context as to what they can do to help
- Others looking for help to know if they have the same problem
- Anyone that is going to use the imagery to be able to see it as many cannot download files or are security conscious