Hi,
Is there anyone here who knows how to properly set Date/Time variable?
Currently I am using Set(varLMApprovalDate, Blank()) but it doesn't get accepted when I put varLMApprovalDate on my date field Default value.
Also, once entry is saved, there are some instances where I have to update the date field value to Now();
Note: Variable is then set to Set(varLMApprovalDate, {Value: Now()}) and I also tried below:
Set(varLMApprovalDate, DateValue(DateValue3.Now() + Time(Value(HourValue3.Now()), Value(MinuteValue3.Now()),0)));
Any suggestions?
Regards,
-K