Iteratively create a list of URLS from a list and call each for a request
I’m trying to iteratively create urls combining two url variables and a list of unique uuids that need to be added to the url like so .com/{test_adv_uuid}/. My current code looks like this: