Replicate requests across several URLs

Hello everyone,
I was wondering if there is the possibility to store an environment variable with an array of values and launch a collection against all the stored values.

Just to clarify:
imagine to have a varaible with the following array initialization :
[…]
“url”: [“url1.com” , “url2.com”]
[…]

would be possible to parametrize the collection to use all the values in the array above ?

ATM I have several environments files generated and a script to launch against all these files, but, having a single file would be off course easier to mantain.

Thank you

Hey @aerospace-geoscien14 :wave:

Welcome to the Postman community! :postman:

Could you expand on what you mean by launching a Collection and maybe provide a visual example what you mean?

Storing values in an array within a variable or even a datafile to run against the Collection Runner is doable but the next part is still a bit unclear at the moment.

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