Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

To display multiple values in Text Label based on selection in Power Apps

(0) ShareShare
ReportReport
Posted on by 3

I am new to Power Apps and i am trying to build a form from SharePoint List. i would like to display the values selected from dropdown in the Text Label input with a comma separated.

 

E.g Dropdown contains A B C. If the user selects A & B from the dropdown, the Text Label should display the values as A,B.

 

I have tried with look up but it does displays only the last value which i have selected from the dropdown.

 

Please share your suggestions.

Categories:
  • Alchemy Profile Picture
    41 on at
    Re: To display multiple values in Text Label based on selection in Power Apps

    Thanks so much again Qi!

  • Saranyamaheswar Profile Picture
    3 on at
    Re: To display multiple values in Text Label based on selection in Power Apps

    Thank you so much. Let me try and let you know for any questions.

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on at
    Re: To display multiple values in Text Label based on selection in Power Apps

    Hi @Saranyamaheswar,

    I think @SagarVIS96 has given a correct formula, please check it again.

    To sum up:

    1). Make sure that you have a Combo Box instead of a Dropdown box

    2). Set the Label Text property as below:

    Concat(ComboBox1.SelectedItems,ColumnName,",")

    Note that if you populate the Combo Box with a Text column, you could replace the Value with the Text column name.

  • SagarVIS96 Profile Picture
    212 on at
    Re: To display multiple values in Text Label based on selection in Power Apps

    Hey

    @Saranyamaheswar 
    Try this code.

    Concat(ComboBox1.SelectedItems,Value,",")

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard