Azure Logic Apps - "Create file" as CSV file format

Justin Doh 41 Reputation points
2021-09-08T21:31:33.18+00:00

I am trying to grab the attachment (csv format) from email and store as csv format inside Azure File share.

I created Azure Logics app where I get the attachment from email and store inside Azure File share.
All process looked fine, but when I tried to open the attachment, it is not same as the original file format (CSV), but it is just plain text file.

Up until now, I was using Azure File share's choice as "Create file".
130345-image.png

How do I go about uploading the attachment as CSV file format?

Should I use different option other than "Create file" in Azure File share?

Thank you!

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,842 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Justin Doh 41 Reputation points
    2021-09-08T23:32:27.56+00:00

    I was able to figure out:
    I added .csv , and by doing it, somehow, it created another looping "For each".

    130346-image.png

    0 comments No comments