Jerry
Jerry

Reputation: 11

How to send / download an Outlook image attachment using Power Automate

How to download an Outlook image attachment using Power Automate:

I am trying to download an image using Power Automate, but it gives me data instead of an image in the email body.

"attachments": [
    {
      "@odata.type": "#microsoft.graph.fileAttachment",
      "id": "AAMkADU2MjNiNTU2LWY5YTAtNGM0MS1hNWQ5LTdmMTJlMTIzYWJkMQBGAAAAAABfK4moQ22ISJuBMsoGIcM6BwAAywrHK3zOT5jkS4DyLB8BAAHpvk0cAAAAywrHK3zOT5jkS4DyLB8BAAHpvl0DAAABEgAQAPen6EKm26ZJhIAv3bw2opc=",
      "lastModifiedDateTime": "2024-06-24T09:35:06+00:00",
      "name": "2ff5730931074c29be64df06c8126e97",
      "contentType": "image/png",
      "size": 204114,
      "isInline": true
    },
    {
      "@odata.type": "#microsoft.graph.fileAttachment",
      "id": "AAMkADU2MjNiNTU2LWY5YTAtNGM0MS1hNWQ5LTdmMTJlMTIzYWJkMQBGAAAAAABfK4moQ22ISJuBMsoGIcM6BwAAywrHK3zOT5jkS4DyLB8BAAHpvk0cAAAAywrHK3zOT5jkS4DyLB8BAAHpvl0DAAABEgAQANRa3svAlylEn6SII-zNjQk=",
      "lastModifiedDateTime": "2024-06-24T09:35:06+00:00",
      "name": "WeeklyAuditReport - (Page 1).png",
      "contentType": "application/octet-stream",
      "size": 240586,
      "isInline": false
    }
  ]
} 

That is the output generated by Power Automate.

How can I send this attachment in my Outlook email as an image, not in JSON format, using Power Automate? Please provide an answer as soon as possible without requiring any Power Automate subscription. I have visited multiple websites, but none have given me a correct answer.

Upvotes: 1

Views: 95

Answers (0)

Related Questions