I have a script that needs to check if "last sample is ok" through all the children, for this I have a If controller that is checking that condition for all children, the children are 6 transaction controllers.
The problem comes when a request inside one of the transaction controllers fails, the if controller does his job and dont let the script flow but it also does not show any of the request inside the transaction controller that was send. So I cannot see why or which sampler inside the transaction controller failed