Skip to main content

Notifications

Power Apps - Building Power Apps
Unanswered

Get Value from Choice Column in SharePoint List

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.

  • WarrenBelz Profile Picture
    WarrenBelz 143,487 on at
    Re: Get Value from Choice Column in SharePoint List

    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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,487

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 64,014

Leaderboard