Iterate over returned service data "All Data" inside mashup
I have a list which selection I want to specify on load using the "isSelected" property, as well as a validator and an expression. However, this only works for the first row of data returned by my service, is there a way to iterate over the returned data in the mashup so that my validator checks all rows of returned data?
returned infotable
validator checks it isSelected is true
if isSelected is true, expression takes selected property
selected property is set as selectedText in list
list with specific selection on load

