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

Notifications

Announcements

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 368 Super User 2026 Season 1

#1
Kalathiya Profile Picture

Kalathiya 368 Super User 2026 Season 1

#3
WarrenBelz Profile Picture

WarrenBelz 318 Most Valuable Professional

Last 30 days Overall leaderboard