Unanswered question

How to call a single api request multiple times

How to call a single api request multiple times .i have around 5 api's out of that for 4 api's i'll get response at the same time but for one one i need to hit around 5 time to get the response now i want to know how to write a loop for that specific api

mohamed S.
mohamed S.

mohamed S.

Level
0
1 / 100
point

Answers

If it's always 5 times why can't you add it inside a loop logical action? If the number of loop iteration depends on the server response then you can use a while logical action with a variable extractor on that request. You can drop out of the while loop based on the extraction content.