maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Mapping REST service (XML) response to various text labels

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).

Return to “Issues”