Skip to main content
1-Visitor
March 26, 2015
Question

Service result "All Data" string output

  • March 26, 2015
  • 3 replies
  • 2049 views

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.

    3 replies

    1-Visitor
    March 26, 2015

    The All Data bar represents the whole table.

    A single property under All Data always represents the first row, the specific value in that selected column.


    The Selected Row bar represents the full row of what is selected of that DataSource in a widget


    A single property under Selected Row represents the selected row of that DataSource as selected in a widget, for the specific value.



    benr1-VisitorAuthor
    1-Visitor
    March 27, 2015

    Gotcha, thanks Pai - can I then infer that if you have multiple rows selected, the string property for the Selected Items would represent that column's value of the first row in the selection?