I’ve made a scenario that sends a csv-file using a stored procedure on a sql server:
The csv file gets sent, but the csv file I get in my mailbox isn’t formatted quite right, the contents of the file are listed vertically instead of vertically:
Is there a way to format the file within the scenario before it’s sent? The SQL server stores the rows as expected obviously, it’s just the module that sends the email that doesn’t format the file correctly.

