Hello everyone !
I don't know if this has been asked before, but I haven't found a topic about it so might a well ask it !
I have a problem with Power Automate Desktop and importing decimal numbers on Excel.
I have a flow that goes and gets a table from the Web and then saves it to Excel. My problem is that once the data is on Excel, I get an error that the decimal numbers are considered as text on Excel and not numbers, so I can't do operations with them on Excel without canceling the error by hand (which is not the point).
I have tried converting them to numbers on my flow, but no watter what i do Excel consideres them as text and not numbers.
It does not happen with int numbers though so i think the problem may be the comma ? The numbers are set like this "1,2" for example.
Could someone help me ?
Thank you very much in advance!