Hi @Anonymous ,
You have to add a Reset button in the DatePicker DateCard, if you want to only reset the datepicker control instead of the whole form.
And please refer to the following steps
1. Unlock the DatePicker DateCard, and Add a button named Rest in it.
2. Set OnSelect property of button as below
UpdateContext({resetdate:true});Reset(DataCardValue1)3. Set DefaultDate property of DatePicker as below
If(resetdate,Blank(),Parent.Default)
4. Set OnSuccess, OnRest, OnFailure property as below to causes the default value to be displayed the next time the form is opened
UpdateContext({resetdate:false})Once click the reset button, the DatePicker would return blank value.
If you also want to update the Blank value of DatePicker to sharepoint list, you also need to turn on a New Feature setting: Formula-level error management
You can find it from File – App Setting – Advanced Setting – Formula-level error management.


Best regards,
Sik