I have a form that has one datacard with two different inputs. The user can toggle between a dropdown and textinput suing a context variable. The dropdown default is Parent.Default and the Items property is set to Distinct(SQLSource). My problem is when the user uses the textinput to edit, he submits the form, the datasource is updated, but the dropdown does not refresh to the new value for the selected record. It still show the first distinct record from the items list.
The overall goal is to allow the user to choose an existing value or manually add a new value and save it.

