Loop on HTTP Request and getting the status until it is “Accepted”
Hi everyone
I currently struggle on a part of my postman flow. I have created a flow with 20+ HTTP requests, and after a POST I wish to GET the status of the created ressource all 2sec until the status changed to “Accepted”.
I have tried with:
- Repeat
- If & evaluate
- if only
And for a reason I can explain on this example (as all the other blocks combinaison I have tried), the call in the loop in made only once and after the solution stop:
I have checked the status is : Processing after the creation, and on the first (and only ) GET.
If someone can explain / show me how to fix this it would be wonderful, thanks in advance.
[EDIT] : Other test, same result:
Windows 11
Postman Desktop V10.18.9
Flows based on collection and environment dedicated