Postman Flow repeat block conditionally

I am looking to repeat the send request block at a delay based on response received if the response body contains a specific key. I set it up as below assuming it would work but the flow stops after the delay and does not run the send request block a second time. How can I get this to work?

Hi @riddhid2

Welcome to the forums!

It looks like it won’t repeat because the email variable isn’t being sent again to trigger the block. Click on the pin icon on the right side of the block and it should work. This behavior will send the same value for email on each iteration.

Thanks a lot Daniel! That worked! logically, I don’t know if it makes sense to me but I believe if that is a product requirement, I can get onboard that! :slight_smile:

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