Hi guys, I am needing some help. The attached image shows my NWF.
1. Query XML from repeating table
2. incrementing through each element in a for each loop
3. storing the results in collection variables for each value
4. writing it back to SharePoint in a multiline simple text field
That all works, but it is ugly and hard to read.
Question:
Here's what I need to do keeping my workflow intact. Instead of putting it all in a single multiline text field. Since I have all the values in collection vars.
How can I in my for each loop write each element to a new row in my SharePoint list.
Many thanks in advance.