Hi Matthew,
When you are calling the microflow after the event switch from Yes to No, are you enabling a refresh on the object before you hide it?
hi Matthew Mangiaracina,
In this case i would handle my invalid date calculation in the microflow and set the date to empty and refresh the object. I guess you can use onchange microflow in react-datetime picker.
In your microflow check first if the date is empty and then check if the date is invalid , if yes, set the date attribute to empty and if valid , leave it as it is.
Hope it helps.