I have created a Dataverse Table with a Choice field that is required.

As per standard when I try to save the form with a blank ChoiceField it fails because its required.

Here is the change I make to make the issue occur. On the ChoiceField I make change the DefaultSelectedItems to "Choice1"

Now when I run the form I can save the record.

When I look in the Dataverse Table I see that the record has saved but without the Required Field of ChoiceField.

I expect the correct behaviour to be:
1 - Not have saved the record with a blank Required Field and
2 - Saved the record with the value "Choice1" as per the form. - this is more important to me than point 1.