I have a select list of values.
A
B
C
B is the displayed selected Value.
I have a dialog called by a button Click to add to that list, by inserting the data in the source database table and then on dialog close the select list is refreshed via a Dynamic Action.
Added D
The select list now shows
A
B
C
D
That all works 100% great. But.......
Now I want to take the newly added selection List entry "D" and display it, so that D is the Displayed value.
Don't seem to be able to do that.