How to retry the current request, if the response of the request doesn’t satisfy a particular condition
In my collection I have a request in which it has a field called “status” which will return a integer, I need to check this request frequently Until the status returns the value as “1”, I need to retry this request until the status value changes from “2” to “1”