Re: Embed sharepoint list attachment as html in email
Hi @ccqn ,
I'm surprised why your pictures can't be displayed because I used the same method as you.
Could you please create a simple flow like mine, without other controls and html formats, just to check whether attachments in SharePoint can be embedded in the email body?

<img src="data:@{body('Get_attachment_content')['$content-type']};base64,@{body('Get_attachment_content')['$content']}" alt="GG">
I know this is a silly question, just to make sure your attachment can be opened in the SharePoint list, right?
Best Regards,
Sunshine Gu