I have a dataverse table containing a date field with no defaults, customisations, etc
I add a gallery and form to a PowerApps screen
I select a record from the gallery and edit the form to add a date value
If I now select any other record from the gallery
The empty date field is populated with the previously entered date
However in Dataverse the field is still empty
If I try something like If(IsBlank(ThisItem.'Conducted By Date'), Blank(), ThisItem.'Conducted By Date') it makes no difference
If I subsequently edit the field and add a date value it will update and retain that value correctly
sounds like a bug?