When a field value is updated, the Workflow picks up the previous field value, not the updated valueIssue Workflow is not picking up updated Planned Start Date field value in change management workflow. According to the Workflow design, when the Change is in Scheduled state, once the planned start date is reached, the change will move to Implement state. This works as expected when the Planned start date is not update after creating the Change.However, after creating the change, if the Planned start date is modified, the workflow is still picking up the previous date value not the updated value, hence the change moves to implement state according to old value. STEPS TO REPRODUCE: Create a normal changeFill all the mandatory fields including planned start dateSave the Record.Update the Planned start date(keep note of old value)Flow the change till it is in Schedule stateWait till the planned start date matches the current time stampObserved behaviour: Change will move to implement state according to old value. Expected behaviour: Change should move to implement state according to the update valueCauseAccording to the Audit history, the Planned Start date was modified on 2020-01-07 13:39:09Looking at the audit history of the Change record and the workflow context, this Planned start date was updated after the Approvals completed (2020-01-07 13:38:50 ) and after the Change moved to the scheduled state ( 2020-01-07 13:38:50)ResolutionIssue was not reproducible if the Planned Start date was modified before the Scheduled/Approval state. Create a Change and save the recordBefore moving to the Assess state, modify the Planned Start date.Flow the change till it is in Schedule stateWait till the planned start date matches the current time stamp Observed behaviour : The Change moved from scheduled to Implement using the modified Planned Start date If there is a requirement to modify the Planned Start date after the Scheduled state and after Approvals, then the workflow design needs to be modiified e.g may add a script to check planned start date again before state moves to implement and/or use a rollback (please note that this is a guidance only)