Working with globalMap variables in a Job
Use the PutValueToExternalMap and GetValueFromExternalMap functions to define and use globalMap variables in maps.
About this task
In this example, you want to retrieve a list of characters from the Star Wars API. Since the response to the request is paginated, you first need to get the total number of pages and use it to define the number of loops needed to get all the data. Then you will retrieve each page number from the loop and include it in the output.