Hello,
I have a variable(string) that is appended with data from a sharepoint columns and other variables that collect id and different columns information. The output variable is saved to csv and I am having issues when viewing the text from multipline text columns in the csv file. If there is a line space in the text in multiline column the text is split into two rows with an empty row in between and if there is a comma, text followed by it is saved to the next column in csv file. How can avoid this and save the text in a single cell.
I am not using the create csv file action as I need the csv in a certain format I have created the output variable with headers and append the data into it through other variables.
Thnks,