Hi All,
I have a Power automate flow
Trigger - When an email is received
Gets the attachments (all images)
Send the attachment as an image in a MS Teams chat.
The problem I am getting is that MS Teams is recognising the image as binary and throws an error entity too large.
I have tried base64 and datauri conversions and still get the same error.
I have tried various approaches
- Saving the image in a onedrive folder then picking it up and trying to send it that way.
- Tried using an adaptive card
Does anyone have any workarounds?
Thanks in advance