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 / Concat Combox selected...
Power Apps
Answered

Concat Combox selected items

(0) ShareShare
ReportReport
Posted on by 17

Hi all.

I hope you could help me out with getting the results from a ComboBox1?

I have a table called 'BLB Numbers' with 2 columns, 'Title' (where the customer numbers are stored) and 'Bill-to Customer Name'.
I'm using a ComboBox1 to select multiple customer numbers in the Title column and what I try to do is to get the Bill-to Customer Name's by the selected customer numbers from the ComboBox1.

SteveDK_1-1635066984992.png


Thank you,
Steve

 

 

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    155,686 Most Valuable Professional on at

    Hi @SteveDK ,

    Assuming Title is also the output (.Selected.Title) of the Combo Box - on the OnChange

    Clear(colNames);
    ForAll(
     Self.SelectedItems As aLU,
     Collect(
     colNames,
    	 {
    	 CustName:
    	 Lookup(
     'BLB Numbers',
     Title = aLU.Title,
     ).CustomerNameField
     }
     )
    )

    then the Default of your bottom box

    Concat(
     colNames,
     CustName & ","
    )

     

    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.

  • SteveDK Profile Picture
    17 on at

    Thank you @WarrenBelz 

    It really did the job and exactly what I was looking for. 👌

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 463

#2
WarrenBelz Profile Picture

WarrenBelz 364 Most Valuable Professional

#3
11manish Profile Picture

11manish 275

Last 30 days Overall leaderboard