Hi ,
I'm using combobox values in my Powerapp form
Combobox Property functions :
Items : Distinct(Filter(Table2,'Entity Name'=ComboBox1.Selected.Result),'Role Name')
Default Selected Items : Table({Value:Parent.Default})
Label text is using to record the selecteditems from the combobox (Labeltext is added in a Data Card)
Labeltext : Concat(ComboBox4.SelectedItems,Result,"; ")
Visible : True
The Data is getting captured in my sharepointlist but,
when the approver tries to edit the user information from the form , the combobx and labeltext values are showing blank in the editmode.
All other user information are showing except the combobox values
Please help me to find a solution