The ModifyReportEntry gets called as part of the last call in PutOneResultInReport which is all part of the Test Report call.
This is done when all the testing have completed. As you dont appear to be indexing data from an array of results this is why you are seeing the same data.
You need to be modifying the step result as they happen either in the Post Expression of the step (but I have a feeling that the Step Result will not be available at this time until the Step has completed its execution) or as part of the Post Step function. There is an override SequenceCall called SequenceFilePostStep. But bear in mind that anything you do in SequenceFilePostStep will affact every step in your sequence file.
In Resource Library|TestStand|Result Collection and Report Management|Re
port Management:
There are a couple of examples that might solve your problem.
Reporting Post Action Results
Setting up Report Generation On the Fly
Regards
Regards
Ray Farmer