06-08-2006 09:52 PM
06-09-2006 12:45 AM
Hi,
If the step is still active, then use the lookup "Locals.MyResult" = "Step.Result.Status". You can do this in the Post Expression.
If its after the step has finished ie it the next step, then use "Locals.MyResult" = "PreviousStep.Result.Status".
If it after, but not the previous, then use "RunStatus.Sequence.Main["step name"].Result.Status".
Hope this helps.
Regards
Ray Farmer
06-09-2006 03:08 AM