How to do requests from other request results?

Hi there,
How can I run a request and then run requests with every result from the first one. Example:
request_1: return all campaigns_ID
request_2: foreach campaign_ID from request_1 return campaign_details
Thanks,
Alex.

Hey @aribenboim, this can be accomplished using postman.setNextRequest, a sample of which has been explained here: http://blog.getpostman.com/2016/03/23/conditional-workflows-in-postman/

Hope this helps :smile: