I have a dropdown where I am specifying the items. ["Seattle","San Diego","Portland"]
I am connected to the Office 365 datasource and can populate a label with my office location "Seattle"
I want the dropdown to auto populate the users office location but also allow them to choose something different if it is incorrect.
For the Default field I have tried
Text(Office365Users.MyProfile().OfficeLocation)
and
Office365Users.MyProfile().OfficeLocation
and
{Value: Text(Office365Users.MyProfile().OfficeLocation)}
and
{Value: Office365Users.MyProfile().OfficeLocation}
They all show "Seattle" in the dropdown when I first launch the app, but if I try submitting the form I get error that something is invalid.
Anyone know how I can accomplish this?
Thanks,
Terry