Forgetting a workflow condition for if a selection...
# general
r
Forgetting a workflow condition for if a selection field changes from one selection to something different. OLD RECORD.... NEW RECORD type of condition. Does anyone have a screenshot of a similar condition for a workflow. Hope that makes sense
k
You join to the old record - you leave it with no join to compare to the new one
r
👍 Ill try it
Hey @KevinJ of Kansas Do you have any example screenshots of the join by chance?
k
Hold tight I'll make one.
r
Thank you!
k
message has been deleted
Not a great example that you'd actually use - but easy enough to display
r
This compares the old value of the a/r with any new value? So it it changes?
Just confirming
k
well, I'd probably use "none of" instead of any of.
for that use case, but yeah - if the value changes and you have "none of" it would return "true" and would execute
r
And thats all you need?
To compare the old vs new field?
k
I mean... kind of a open ended thing here - but to do that comparison - yes
r
ok perfect thank you
I really appreciate it
k
I feel like I should warn you - there are definitely contexts that this would struggle with
for example - inline editing.
It should work - but if you have a field that is dependent on another field - it wouldn't.
mass update would probably struggle as well
r
I just couldn't remember how to compare but it's going to be for when a case changes statuses
k
OH that'd be another area it'd struggle
if the thing that triggers the change isn't the record itself - for example an invoice triggering an SO as billed. it definitely wouldn't work there
r
would be when someone manually changes the status on a case
It should work is my guess
k
Right - just figured I'd give a hair more info
r
I'll let you know
thank you
Much appreciated