I’m trying to evaluate the percentage of passed tests from multiple requests in an evaluate block. In the event that all requests succeed, it will output data properly and we will see the data reflected in the Display block.
However, if any of the requests fail, then no data will be outputted from the Evaluate block, even if the Evaluate block itself shows (squared in the below picture) that it is outputting data. I am ignoring any of the null request input data and trying to just evaluate the passed test percentage from the requests that did run successfully.
