I All, I'm using combobox for first time in my powerapp application! I use a ComboBox called cmbSuppliers, into a DataCard, linked to a sharepoint list called "Suppliers". In that list there is a unique field called SupplierName. Using the App, the value selected on this Combobox is stored into another sharepoint list called "MainTable". If I create a record in MainTable for the first time using submitform, the value selected in ComboBox (cmbSuppliers.Selected.SupplierName) is successfully strored into related field but, when I recall the record from the "Maintable" list, I see the text in my Combobox but I cannot use it because the value of "cmbSuppliers.selected.SupplierName" is empty. If I try to select another supplier from the combobox, the value of "cmbSuppliers.selected.supplierName" successfully change. Where am I doing wrong??