I have a date/time field I want to populate once "yes" is answered to another field. I have the below workflow:
RUN IF = QA Review = Yes
CALCULATE DATE = both "Use date when action is executed" and "Include time" are checked. Store Date in QADate variable.
SET FIELD VALUE = Set "QA Review Date Stamp" equals Workflow Data QADate.
It works, except the time always say 12:00 AM! Why would this be? I have also tried calculated value to formatDate(QA Review, "mm dd yyyy hh:ss tt), but the time never changes from 12:00 AM.
Please advise.
Thank you!