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

Community site session details

Session Id : lmPEaBtbA5YuB3sHXnJB+C
Power Apps - Building Power Apps
Answered

extract choice value as text from collection

Like (0) ShareShare
ReportReport
Posted on 8 Sep 2022 07:21:24 by 1,118

Dear all,

 

Need a help. I have collection as below.

 

venka91_0-1662621466491.png

 

Columns cow_breed and cow_gender holds a single value. (they are choice column in data source)

Example 'Jersey', 'Female'

 

I want the collection to look like :

 

venka91_1-1662621640790.png

Can any one please help

I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    149,740 Most Valuable Professional on 08 Sep 2022 at 07:29:28
    Re: extract choice value as text from collection

    Hi @venka91 ,

    You did not include your collect code, but assuming it is from a List

    DropColumns(
     ClearCollect(
     colCows,
     AddColumns(
     YourListName,
     "CowBreed",
     cow_breed.Value,
     CowGender,
     cow_gender.Value
     ),
     "cow_breed",
     "cow_gender"
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

MS.Ragavendar – Community Spotlight

We are honored to recognize Ragavendar Swaminatha Subramanian as our September…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 733 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 532 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 399 Super User 2025 Season 2

Last 30 days Overall leaderboard