Hey guys,
I'm trying to build a flow when I'm getting information from a Forms, copy these information to a sharepoint list (so far so good),
after that I want to export this list to a .csv file, so I get the list, create a csv table and creating a .csv file with the CSV table output but when I'm opening the .csv file everything is in the same column separated by coma.
I just want every information to be in different column as it should be but it seems like it doesn't want to do that.
Any advice on how to get everything in order ?
I'm giving you this screenshot of the flow as it could be useful

and what I get in the .csv file

Thanks in advance for any help on this !