LV6 TS1 - posted a question a week ago about accessing the step results to display immediately on a step failure. Ray kindly pointed me in the right direction where the TS example used RunState.PreviousStep.Result.etc to access the various data. I thought I was saved, but........I use a SequenceFilePreStep to post a UI message. This is a subsequence, so by the time I try to grab this resultant data, of the previous step I am mired in the SequenceFilePreStep subsequence, so the RunState.PreviousStep object is invalid. How can I get the Result.ReportText, .Limits etc?