Hi,
I have a gallery in which there is a combobox. It is connected to a choices column.
The Items property is set to Choices(ChoicesColumn) and the DefaultSelectedItems is set to ThisItem.ChoicesColumn
In OnChange, I have this function to update the change in the database: Patch(Table; ThisItem; {ChoicesColumn: Self.Selected.Value})
Now the two strange things:
1.) When I open this screen the first time, every item in the gallery has the correct value selected in the combobox. But this correct value is shown twice in the combobox:

2.) When I change for example the second gallery item combobox value, the first items combobox looses it's selected value.
Any ideas? Thanks