Populating a select menu with a value returned from the database
I am trying to populate a select control with the JSON results from a REST list service with one record. The select control has options which have been populated in the Appery user interface (rather than from the database). I have the proper field bound to the Selected attribute of the control, but when loaded the selection reflects the default rather than the item I am passing. I am using this form to Edit a user and their attributes.
Here is a picture of the options I have entered: I tried using ID's to begin with but made them both text strings to simplify.
Finally - here is a picture of the test interface. I added two labels and mapped the results to those as well, just to make sure I was returning the correct results. You can see from the picture that the fields are showing Monthly and Child and the Select controls are showing Daily and Parent.
I know this must be simple and I am clearly doing something wrong, but none of the documentation I could find shows how to do this properly. Thanks