Hi @Uthhra,
This means that the data source including this column is not connected to your app.
Here is the thing, in my sceanrio, I populate the ComboBox with ID column(including duplicated ids in this column). And the Gallery is populated with the same list that the ID column exists in, once I select a record from the Gallery, the TextInput will display the selected ID from Gallery. When it comes to the ComboBox, it will remove the gallery selected id and some duplicated ids. Like that I have selected id 7 from Gallery, and the ComboBox has items like 1,2,3,3,4,4,5,6,7, it will only display 1,2,5,6 in the ComboBox.