var1 = id_number
var2 = id_name
What I want to achieve is:
FOREACH id_number & id_name
GET https://site.com/id_number/id_name
END
var1 = id_number
var2 = id_name
What I want to achieve is:
FOREACH id_number & id_name
GET https://site.com/id_number/id_name
END
You cannot do something like this, I don’t really understand why you cannot make 1 request and then the other in this case.