web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Export Gallery to *.cs...
Power Apps
Answered

Export Gallery to *.csv file - support Croatian letters

(0) ShareShare
ReportReport
Posted on by 19

Hello,

 

I achived to export gallery into *.csv file with Power Automate, but without support of croatian letter such as č, ć, š, đ, ž, ...

The result what I get is Ä‡, Ĺľo, Ĺľa, ...

 

Please, any hint?

 

I was guided by the video:

https://www.youtube.com/watch?v=tQCBWMR7T64&t=396s&ab_channel=RezaDorrani

Categories:
  • Verified answer
    Akser Profile Picture
    1,546 Moderator on at

    See more: https://powerusers.microsoft.com/t5/Building-Flows/Create-a-csv-file-that-uses-UTF-8-character-encoding/td-p/559864

     

    .csv file is a kind of text file. If you encode it in UTF-8 format, there are two ways to save it.

    - Text only

    Byte Order Mark(BOM)+Text

    BOM is 3 characters (EF BB BF) to mark the file is encoded as UTF-8.

    When you generate .csv file in Power Automate, it does not include BOM.

    So, when you open the .csv file in excel, special characters(i.e. Korean) will be broken.

     

    The solution is to add 3 BOM characters in front of the .csv file content before saving it.

     

    concat(uriComponentToString('%EF%BB%BF'),body('Create_CSV_table'))

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard