Change field content in a data type without changing other fields

Hi. I have a task list which consists of Due Date, Title, Description, Assignee, Notes.

I need to be able to edit one or more of the fields without overwriting others. I have got this right on the text fields but I cannot get it to stop clearing the date field. When you clear the date, the task disappears out of the calendar (for obvious reasons :slight_smile: ).

Even when I have a second date field as a mandatory re-entry / confirmation the date due is still cleared.

Suggestions welcome, as I have spent at least a day getting to this point!

Very likely the initial value of your Date/Time Picker is just empty and everytime you make changes to your task it just grabs that empty value. Otherwise it shouldn’t “clear” everytime you save it.