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 / Get Value from Choice ...
Power Apps
Unanswered

Get Value from Choice Column in SharePoint List

(0) ShareShare
ReportReport
Posted on by 372

Hello,

 

I have this database, the 'Welder ID' has a choice column type

firda59_0-1686208198631.png

 

I want to grab data from 'Welder ID' based on 'Joint No' which has the same value. This is my apps:

firda59_1-1686208471487.png

 

I write this formula in my ComboBox (Welder ID), items properties:

ForAll('WELDER REPORT'.'Welder ID', Filter('WELDER REPORT', 'Joint No' = DataCardValue19.Text))

 

For example, if Joint No has the value "2", so my ComboBox can grab "A.21" and "K.21".

 

But it can't work, can anyone help me to fix it? Thank you in advance.

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    154,534 Most Valuable Professional on at

    HI @firda59 ,

    Assuming you want this as a Text output - this should put commas between them

    With(
     {
     wData:
     Filter(
     WELDER REPORT', 
     'Joint No' = DataCardValue19.Text
     )
     },
     Concat(
     wData,
     'Welder ID', 
     ","
     )
    )

     

    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.

    MVP (Business Applications)   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

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 525 Most Valuable Professional

#2
Haque Profile Picture

Haque 273

#3
Kalathiya Profile Picture

Kalathiya 232 Super User 2026 Season 1

Last 30 days Overall leaderboard