Can I compare old and new value in personalization?
I try to create a personalization that fires whenever on a form a specific field becomes updated and the new value is not equal to the former one.
Can I do this without storing the old value in a variable?
I am thinking about something like :old.po_lines.unit_of_measure != po_lines.unit_of_measure.
Thanks for help!