Hi,
Step.Result.String is updated in the "status expression" :(Step.DataSource != "Step.Result.String" ? Step.Result.String = Evaluate(Step.DataSource) : False;), but you update the "Locals.dummy" in the post expression witch is executed just before the status expression.
Then try "Locals.dummy = RunState.PreviousStep.Result.String" in the pre-expression of the second test and it will work.
Slts
JMC
JMCe