Hi everyone,
I have a repeated section, with a few columns inside. the format of XML is like this:
I need to assign a flexi task to each AssignedTo and include the required action in the task notification. In XML query I put the value of AssignedTo in a Collection variable(colAssignees) and the value of RequiredAction (colActions) in another collection.
I can do a foreach to get the value of each AssigneTo, but I cannot figure out how can I get Required action for each AssignedTo as well
Really appreciated if someone can walk me through to solve this mystery.
Thanks
Solved! Go to Solution.
within for each action save current iteration index value to a numeric variable.
then use collection operation and its 'Get value' operation to get an element from the other collection at a given index position.