cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
kharina
Helper V
Helper V

can I display the multiple selections from a combo box

Hello PowerApps Team, 

 

Can I display the selected choices from a combo box to a label or textinput?

combo1.JPGcombo2.png

 

The values of my combo box comes from a sharepoint list:

kharina_0-1612343507535.png

 

I just wanted to get the selected choices be shown on a different box ( maybe a label or text input)
Is that possible?

 

Thank You,

KH

 

1 ACCEPTED SOLUTION

Accepted Solutions
timl
Super User
Super User

Hi @kharina 

You can concatenate the items in a combo box by setting the text property of a label text input control to the following formula:

Concat(ComboBox3.SelectedItems, ThisRecord.Title & " ")

View solution in original post

3 REPLIES 3
timl
Super User
Super User

Hi @kharina 

You can concatenate the items in a combo box by setting the text property of a label text input control to the following formula:

Concat(ComboBox3.SelectedItems, ThisRecord.Title & " ")

Hello @timl , 

 

Thank you very very very much!!!!!!! I really appreciate your help!


timl
Super User
Super User

You're welcome @kharina!

Helpful resources

Announcements
Power Apps News & Annoucements carousel

Power Apps News & Announcements

Keep up to date with current events and community announcements in the Power Apps community.

Community Call Conversations

Introducing the Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Apps Community Blog Carousel

Power Apps Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Top Kudoed Authors
Users online (2,175)