I have two columns in my dataverse table - they are TEXT columns. They are account numbers, and unfortunately some accounts begin with 61E eg 61E010. I've created a flow to export the data to a csv file, but when the csv file opens in excel, these accounts come through as scientific notation eg 6.10E+09. The import drops all account reference and only contains the numbers eg 61000000000 when the column is expanded.
Is there a way of formatting these account numbers so they don't convert to scientific on opening the file?
* Not all accounts begin with 61E, we have 61V, 61Q, 61N etc and these accounts come through fine. It's about 250 odd accounts that begin with 61E that's messing it all up.