Using loops in Postman Flows

269 Views Asked by At

I have this simple use case: I would like to send an request with Postman Flows, with variables when both variables can have 2 values (foo is foo1 or foo2, bar is bar1 or bar2). And I'd like this request to be sent 4 times, with the values foo1-bar1, foo1-bar2 foo2-bar1 and foo2-bar2.

To my surprise, this simple workflow shows me that the request is issued 2 times with the values "foo1-bar1" and "foo2-bar2"...

enter image description here

for the sake of the demo, I use here a template, but it is exactly the same with a request...

Thank you

0

There are 0 best solutions below