Hi,
I am working on a flow to push data back into a webservice and having some pain getting it to send each line individually.
The data is the output of 2 selects. One includes ID & Order the other ID & RouteID. The ID is the common identifier. I need it to show as "RouteID, ID, & Order" for each order number line currently when parsing the data it shows all the order numbers in one the list and will not split them (I have tried multiple techniques to split the order numbers). The webservice can only accept 1 response at a time so I cannot send grouped order numbers.
Example;
The SQL that pushes it back in in short needs the Route ID and Order on its own line.
Thanks.