I have a project where I do a REST Request with a tRESTClient and the answer that generates is an undefined number of a certain object. That object is composed of several variables like name, ID etc.
I want to map them all as global variables. How can I iterate a map or something so that I can do that? Kinda like a globalMap.put("ID"+{iterativeVariable}, first ID) etc.