
Announcements
Hi All,
It has been two days that I have been trying to come with a solution to this.
Basically, using JSON from a collection and generating a CSV file with Power Automate break all Russian characters.
I have tried to use excel file with add rows function, and with that the characters are showing correct. But this is not a solution because by itself is already extremely slower, second the flow finishes with the add rows still putting data into the file.
Does anyone knows how I can fix this with Create csv table? I have seen many other posts related to other languages but no actual solution any workaround that does not involves using excel "add rows to table"?
After Checking the output from the Power Automate it seems that even though the file encoding is UTF-8 for the csv when placing the data in the file it uses ISO8859-1 so I get the data all wrong either way even if I try to change the encoding after the file is generated.