Hi,
I've shared the screenshot of the form when user submits the request and in the editmode of the form for the approver


Combobox
DSI : Filter(Split(Parent.Default, "; "), !IsBlank(Result))
Items : Distinct(Filter(Table2,'Company Code'=ComboBox2.Selected.Result),'Sub Category')
Label
Text : Concat(ComboBox3.SelectedItems,Result,"; ")
only one value from the selected items is displaying on label text, only the last selected item is displaying in the edit mode of Labetext
and Please help me to fix this and how to check the string value in the record and where exactly pass the string value