How to manage a status pooling with Flows?

Loop on HTTP Request and getting the status until it is “Accepted”

Hi everyone :slight_smile:

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 :frowning:) 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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.