Hi
I'm using two combobox in my powerapp form
and using label text for displaying the selecteditems from the combobox value
when the app open in the editmode only the last selected value is showing in the label text
Combobox 1 - update property of datacard : ComboBox1.Selected.Result
DSI : Filter(Split(Parent.Default,Char(13)), !IsBlank(Result))
items : Distinct(Table2,'Entity Name')
Label 1 - Text : Concat(ComboBox1.SelectedItems,Result,Char(13))
update property of label : Concat(ComboBox1.SelectedItems,Result,Char(13)) (*tried label1.text )
Combobox 2 - update property of datacard : ComboBox2.Selected.'Role Name'
DSI : ForAll(Split(Parent.Default,Char(13)),{'Role Name':Result})
Items : Filter(Table2,'Entity Name' in ComboBox1.SelectedItems.Result).'Role Name'
Label 2 - Text : Concat(ComboBox2.SelectedItems,Result,Char(13))
update property of label2 datacard : Label2.Text
Selecteditems are getting stored in my sharepointlist
Only the last selecteditem in the combobox is showing in the app, when the app opens in the editmode
Could anyone help me to fix this

Report
All responses (
Answers (