I have combo box control on the form.
This combo box should load the ticked data here and put this value in sharepoint.
Currently, if I submit the data by putting the checked data in the checkbox, the data will not go in. So I want to change the code in the DefaultSelectedItems attribute of this combo box. However, there is an error and I can't solve it, so please help me,,


Code to change:
If(
Form1_11.Mode = FormMode.New,
LookUp(
Choices([@ITAM_application].reAsset),
Value = checkvalue.product_name
//Filter(myListGallery_4.AllItems, Checkbox1.Value) //checkvalue.product_name // Value
), Parent.Default
)
error messege:
Uncomparable type.
Text or Table types are not comparable.
