Can you loop through data in repeating sections and do workflows with each entry?
How do you "use" data in a repeating section?
Best answer by mark_viglione
Hi Brent,
You can connect the entire repeating section to a plain text multiple lines of text column in the list (NOTE: it must be plain text). Then upon submission it will store the xml definition of the repeating section data in that column. You can then use a Query XML action in WF to retrieve the data and put the items together and process them however you choose. You can create multiple Collection variables that contain the data for each field in your repeating section on the form, use a for-each loop and Collection actions to put each individual repeated item and then process it however you might want. The X-Path to get a collection of the column values looks like this /RepeaterData/Items/Item/<column name from the form>.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.