Change Timestamp with Reset

I have a workflow expected to fire on a change in the Change Timestamp field (When Status is updated) but I also have the Reset on Edit turned on for the same field. How does the timing work with regard to a workflow update? Is it as follows?

  1. User updates the status
  2. Change Time Stamp updates
  3. Workflow fires
  4. Change Time Stamp resets

The workflow is not firing consistently and weโ€™ve been trying to pin this problem down for months as thereโ€™s no consistent pattern.

Is it possible the field resets before the workflow can fire?

0 2 227
2 REPLIES 2

Well I use just a hidden โ€œRUN_WFโ€ column.
And then I group 2 actoins: (1)Set value of โ€œRUN_WFโ€ to โ€œRunโ€, and a reset (2)Set value of โ€œRUN_WFโ€ to โ€œโ€.
Then in WF set it to fire only on UPDATES and if [RUN_WF] =โ€œRunโ€.
Also perfect to make child records fire in the right orderโ€ฆ

Steve
Platinum 4
Platinum 4

Reset on edit? is applied when the row update begins (e.g., when the form is opened, or the action begins). The ChangeTimestamp is set when the watched column(s} is (are) first modified. I would expect the Reset on edit? change to trigger the ChangeTimestamp.

Keep in mind that workflows are performed on the server when the row update arrives there.

Top Labels in this Space