DateRange Picker cant clear value

0
Hi  I got a problem on DateRange Picker widget the scenario is I have set on change microflow to valid date and clear data when it is invalid. The data was cleared at first but when i clicked the widget again, data suddenly appear with invalid like previous then I was clicked out side (did not click apply) the invalid data was shown with no validate.   so how to make this widget truly clear with no data exist?
asked
2 answers
0

Hi Wasin,

Make a microflow for OnChange ->

write the take the decision check your date is in the range or not if yes follow your logic what you want if no change the object & assign the empty value for the date.

 

 

answered
0

I changed from 'Date range picker' to 'Antd Date Range Picker'.

answered