Time from table field never fires (workflow)

Hello,

I have a date field called “Employee Status Changed” that automatically creates a date when the employee’s status is updated.

I created a workflow using the Time from table field trigger with the timing set to 1 day after Employee Status Changed. The workflow should send an email report.

However, the workflow never fires. I am wondering whether the automatically generated date in the Employee Status Changed field is not being accepted as a valid trigger for the workflow.

Could you please shed some light on this matter?

Thank you

Hi,

What is the data type of the “Employee Status Changed” field?

I created a Date and Time field and then a workflow that is supposed to send me an email one minute later. The workflow ran successfully, and I received the email without any issues.
This is a server-side workflow.

Hello,

“Employee Status Changed” is a date field. This date is automatically created when the status of the employee changes to Terminated in the table User.

I tried setting the “Updated at” field using new Date() and the workflow ran successfully. Try recreating the entire workflow.