
Announcements
Hi Everyone
I have a multiselect combo box with following Items property
Filter(Causes_TopRisks,"Ineffective Meddingses" in Risk_name.Value).Title
Iam try to concat the selected values of a combo box inside a label using following text property
Concat(ComboboxCanvas1.SelectedItems, Char(10))
but the values are not displaying inside the label
Inside one datacard only I have put the dropdown and label text
can anyone help me
Hi @Danny_Dicaprio ,
Try
Concat(
ComboboxCanvas1.SelectedItems,
Title,
Char(10)
)
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