Hello
We need to read an attachment from an email and store it on an Azure File share. The fileshare is connected to a server on Azure.
If I follow this link, it will put the file in a blob which is not accessible from OS level
https://microsoft-bitools.blogspot.com/2018/03/use-logic-apps-for-extracting-email.html
We now set it up like this, but it than stores the attachment incorrectly. It used to be an xls file, but the contents is now starting with:
"
@odata
.type":"#microsoft.graph.fileAttachment","id":

Any idea on how to accomplish this?
Thanks
Sander van Gemert