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.
Thanks so much again Qi!
Thank you so much. Let me try and let you know for any questions.
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.
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional