PRE Function Query
Hi All,
We have around 9 workflows in our application where we have used the PRE function to check if a particular field is modified or not and then based on the condition we update another field with PRE VALUE. The function is something like below
(PRE(FIELD A) <> FIELD A) OR (PRE(FIELD A) IS NOT NULL AND FIELD A IS NULL) OR (PRE(FIELD A) IS NULL AND FIELD A IS NOT NULL).
The above sometimes updates the field with PRE value as blank though it already has a value in it.The happens very rarley and not always.Any suggestions on how to arrest this intermittent issue?