I have an Edit screen that contains a combobox. When I want to modify data of a specific record without touching/changing the value of the combobox, I get the following message:
An entry is required or has an invalid value. Please correct and try again.
The items of the combobox are filled based upon the user:
Filter(Addresses1; Driver.Text in Driver)
The Update syntax of the DataCard is:
ComboBox1.Selected.Address
The combobox actions set are:
Default =
DeaultSelectedItems = [ThisItem.LeaveAddress]
So, I left 'Default' blank.
When I reselect the value that is shown in the combobox field, then there is no error message when submitting the form. Still, this should not be the way of working.
Any suggestions on how to solve this issue? Thanks in advance !