If you don't want to iterate over the result, try editing the response parameters like this:
value[0]
value[1]
value[2]
and so on...
this way you can map them to different labels in a single iteration (run).
If you don't want to iterate over the result, try editing the response parameters like this:
value[0]
value[1]
value[2]
and so on...
this way you can map them to different labels in a single iteration (run).