I'm trying to include an animated gif in the body of an email sent by Power Automate. I have no problems either attaching the gif or embedding non-moving images in emails, but for animated gifs they come through blank.
This question has been asked many times before, but it seems to be routinely unanswered or give answers that do not work.
For non moving images, saved in sharepoint I do a "get file content using path" and then inside the email I use
<img src= 'dataUri(body('Get_file_content_using_path'))' width="200" height = "100">
If I do the same thing for an animated gif, the email comes through blank instead.
The flow does not fail and the processed input of the "send an email" action includes the base64 string of the gif. The gif I'm using is 3 MB.