I have a form set up to capture types of income from various people in a group. so 2 people in a group--jon and jane--jon smith might have one or more income sources with amounts and jan doe might also have one or more incomes. the form is set up as a collection
the workflow is retrieving business process variables and appears to be retrieving all the values for the various variable.
workflow (see below) i want to look through each person and get each income source. Then i need it to send that information to a webservice. it seems from the track tokens that i've thrown in that it is getting data correctly and it seems like the for each row is working, but when i put it into the webservice it doesn't seem to work. if i 'hard code' the information in the webservice call it works fine. So the best i can figure is that it doesn't like something about the way it is passing the token?