Service result "All Data" string output
I'm working with a mashup where I have the output from one service feeding the input of another service. I've expanded the "All Data" piece of the first service and dragged one of the String outputs into a String input parameter of the second service.
What I would expect to happen would be that the receiving service would receive some sort of collection of all the values of that column - perhaps a json string? But what appears to actually happen is that the receiving service only receives the value from the first entry - the rest of the data is lost.
What is the easiest way to send all of that data to the receiver? The only thing I can come up with would be to send/receive the entire infotable, but I am hoping there is an easier way.

