Struggling for a while on this one.
I want to set default values in Datacards on a dropdown. The choices vary, but are all either YES/NO or choices defined in lists.
The data is in a dataverse table 'Activities", for this example I will use the Column 'POReceived'.
Datacard: PORecieved_DataCard5
Control: DataCardValue41
Items: Choices('PORecieved (Activities)')
DefaultSelectedItems: Last(Choices('PORecieved (Activities)'))
It looks OK at first (red outline because I got an error on save):
But when I save I get an error, and if I click the dropdown, I see this (looks to me like it's really not selecting an item in the choices)
If I click the "X" it auto selects NO, and all is well.
Thanks.