Hi,
I'm using a combobox with an item function of Filter(Table1,Vertical=ComboBox1.Selected.Result).Role
and using label text to display the items selected in the combobox Text : Concat(ComboBox6.SelectedItems,Role,"; ")
but the combo labeltext value is showing blank in editmode of the app
Visible function of label : True
Text : Concat(ComboBox6.SelectedItems,Role,"; ")
When a user submits a request in the form , combobox selected items are displayed in the label text using concat function

But when it comes to the edit mode for the approver to approve the request, the combobox selected items in the label text are not displaying

Any help on this would be highly appreciated