setNextRequest Alternative Inquiry

I am a QA transitioning from Postman to API dog
In postman, I use setNextRequest and switch case to loop a single request to test different responses for different variables in collection run.
Since setNextRequest is not supported, I tried using pm.sendRequest on post processor tab but it only shows up in the console only 1 request assertion is displayed when running test.
Is there a way to do this on apidog?

Thanks!



For detailed information, please check here:Data-driven testing - Apidog Docs

Hi! This is actually not the answer to the question. Is it possible somehow to speify, if the result ist for example not satisfactory to say, that it should do a different api query? (not with a loop and variable) please provide an example