Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to create a logic app that runs a query and sends the results via email as a CSV attachment.
Below is what the logic app looks like now.
I am able to get the email with the csv file however the contents of the file are not formatted correctly.
What I'm getting in the CVS file is shown below
What I want to get is shown below.
Can someone point me in the right direction on how to accomplish this?
Never mind, I figured it out. the Below will produce the desired results.