


Here is what I have on the drop down -
If(
DataCardValue96.Selected.Value= "Completed", DateValue3, Now()
);
In the time card I have this
Text(Now())
Basically I have a drop down.. when someone clicks complete, I want the time and date to be stamp in that box. I am not getting an error on the drop down code, but when I click it, it does not capture the time.