I have a workflow that after clicking save goes to...
# general
j
I have a workflow that after clicking save goes to a transport request automcatically. We want that to only happen the first time the field changes to "transport" on the sales order. RIght now it triggers everytime if "transport" is selected on the sales order.
t
In the condition, use record "Old record" "is not" "transport"
j
ok let me try that now!
That did it! I appreciate it. What is "old record" exactly? Just want to understand for the future
t
"Old Record" is the state of the field just before the wf fired
so it's "what it was"
j
Makes perfect sense. Thank you again
👍 1