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 / Downloading SP list fr...
Power Apps
Answered

Downloading SP list from Power App - Choice columns coming as {"Value":"ABC"} instead of ABC

(0) ShareShare
ReportReport
Posted on by 920 Super User 2024 Season 1

hi,

 

I am downloading my list via a button like so -

ClearCollect(TestCollection, ShowColumns('Cool Intake',"ID_three","LeadName"));
Set(varFileLink,ExporttoExcel.Run(JSON(TestCollection,JSONFormat.IgnoreBinaryData)));
Launch(varFileLink.filelink);

 

but i notice for choice columns I add to my ShowColumns, It comes in the onedrive excel as {"Value":"ABC"}. 

wonka1234_2-1695751688118.png

 

 

Why is this?

 

here is my flow -

 

wonka1234_0-1695751602593.png

wonka1234_1-1695751608739.png

thanks.

Categories:
I have the same question (0)
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @wonka1234,

     

    We will have to reference the .Value of that choice, which can be done by looping through our datasource and defining the column values:

    ClearCollect(
     TestCollection, 
     ForAll(
     'Cool Intake',
     {
     ID_Three: ThisRecord.ID_three,
     LeadName: ThisRecord.LeadName.Value
     }
     )
    );
    //Set()...

     

    If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.

    Thanks!

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard