The dropdown items list is populated from a SP list and it is displaying correctly. The dropdown has three items: "Please Select", "YES" and "No".
When I select a value from the dropdown list (i.e. "YES" or "NO") and save the form, it is updating its SP list correctly when I look at the list.
However, when I reselect this item, it does not show the selected value in the dropdown list.
I do a refresh on the datasource after the save.
The default property of the datacard is ThisItem."Update Required", the name of the field.
I have not been able to put the default on the dropdown. I get a scope error for any syntax: Value(thisitem...), thisitem.Value, thisitem.text, blah blah.
As a long shot, I tried to get the value from the gallery where I select the item but that doesn't work either.
Thank you for looking at this. I appreciate it.