Search code examples
azureazure-data-factoryazure-logic-appsazure-logic-app-standard

Metadata is uploaded into Blob when uploading Email attachments


I have created a logic app to get an email attachment (this is in .csv format) and upload the attachment into a blob container. However, its uploading the metadata and not the readable data of email attachment.

enter image description here

Upload properties, it uses Get Attachment Body

enter image description here

Uploaded csv file to blob enter image description here

Any leads to get the uploaded csv file in readable format?


Solution

  • You can do this without the Get attachments step. And use Attachments Content for Blob Content.

    enter image description here