I have 2 requests which returns data that i want to export to the log.
The first request returns a "name" and "id" per application. Per application a body.data element is returned.
The second request uses the id to get the information. The data per application is returned by 1 or more instances of body.data
I simply want to print the information per application with addition of the application name (only returned in the first request).
The printing of the information works, but i cannot add the name of the first request. Also the sequence of writing to the log is not sequential. Any suggestions?