Hello,
I’m extracting data from an API. Each json file contains one json object. In that json object there’re different values some of them in an array.
To get the data from the array, tktnumber, I’m using the for each activity and then the assign activity (like the picture below) however, the result in only one tkt number from the array and not all of them. Any ideas of what I’m doing wrong?