Azure Logic Apps : Send Email Body Validation Error when Attaching CSV file

jhTuppeny 0 Reputation points
2023-10-25T14:25:27.1733333+00:00

LogicApp01

The above step is triggered by the arrival of a file in a given folder. There is a Get Blob Content step before the Send Email which picks up the details of the file.

When I add a file to the folder the file is correctly detected and is successfully sent as an attachment to the email. This works with every type of file that I have tried except for .csv files (which, of course, is the type I'm working with).

When a csv file is added to folder, the logic app fails at the Send Email step and gives the following error:LogicApp02

Here's the complete flow diagram of steps in the logic app. I don't think that the last 2 steps impact on this problem.

LogicApp03

I'd be grateful for any help on this. Thanks.

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

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,786 Reputation points Microsoft Employee
    2023-10-30T21:40:45.5733333+00:00

    Hello, @jhTuppeny - Thanks for reaching out. It looks like the .csv type is among the allowed types and I'm able to reproduce the same issue you're hitting with the Azure Communications Services connector. I suspect it's so because the connector is in the Preview stage but I'll clarify & confirm with the owning team and share my findings here.

    UPDATE: I believe the Connector's page is meant to list these types under its "Known Issues and limitations" section. I've requested confirmation internally but it's likely a supportability issue that'll be resolved when the connector goes GA.