Hello Everyone!
I am pretty new to this forum, and I need your help. I am building a flow to "convert" Excel xlsx file into csv file. The thing that I am struggling with is how to get specific number format for a column within csv file that I generate?
I am having an excel file on sharepoint with numbers like this:

and that's exactly the format I want to keep in my csv file. When I build my csv file "somehow" I get this:

So the space is removed and I only see a full number. I am not Power Automate expert and I am building majority of the stuff in "just build & try" way, and I tried to find a solution in google, and some other forums, and still can't get it work. If I would open the xlsx file in excel, and then save it as csv myself locally - I would get exactly what I need, but that's the case - I want it to be automated.
my flow looks like this:

And then of course create file action with output from Create CSV table
Column 15 is the one containing only numbers which I want to be in specific format when it's in CSV.
Any help with this? Thank you!