
Announcements
Hi Guys!
I have a flow that, after the user requests the generation of a CSV file within a PowerApps, the flow generates the file, returns the share link to the user and opens the page with the file.
My flow:
The stream works fine, however the created file does not have UTF-8 encoding which throws this error here:
How could I change the encoding of my csv?
Perhaps using a conversion function would be helpful?
Reference guide for expression functions - Azure Logic Apps | Microsoft Learn # Conversion Functions