How to access previous value of "state" field in workflow
Hi All, I have a workflow running on HR payroll table . I want to set the "state" field to its previous value . How can I write in workflow . Below code i am using now, its seems not working current.state = workflow.scratchpad.state;current.update()...