If you want see the Old Value and Updated Value from the tracer, you can click on the Action Begin step: Set.FirstName (you can see old value) and if you want see new value you can just click on the Action End Step: Set.FirstName
Note: If you not able to find the previous/old value in the begin of the step, i.e value null.
if you want particularly see, you can enable the watch point in the tracer.
Page Name: pyWorkPage
PropertyName: FirstName/LastName
you will see the old value and new value in the watch window
for testing purpose i have mentioned the policy number in wacth window
First, I assume I will not use the watch window, as I am not sure I know the page name of the property in other cases.
And, You mentioned " and if you want see new value you can just click on the Action End Step: Set.FirstName", however, in my first message, the 2nd image is just the Action End Step of set .LastName, where can I find the “new value” in it ?
Actually I has known the new value of .LastName is “pyWorkPage” (I set it to current page name) as I checked in clipboard. But there’s no such value in Tracer.
It’s fine! if “Abbreviate Events” option is unchecked, the ==pruned== in trace result is replaced by pyWorkPage so that I can see the value assigned to the property.