Read Repeating Section in Workflow

  • 13 December 2017
  • 6 replies
  • 15 views

Badge +3

I have a form that is using the form control "Repeating Section" I am trying to find a way to read this information in a workflow.

I would like to do calculations or just concatenate the entries into another field.

Any idea how I can achieve this?


6 replies

Userlevel 6
Badge +16

I think this article will be useful for you >>>  

Badge +2

The above article is good for learning how to parse the XML contained by a repeating section. If you want to have the data in a separate child list in SharePoint I suggest the TekDog controls. http://www.tekdoginc.com/nintex-form-controls 

Badge +9

Repeating table data is stored as XML. Set the table to a multi-line plain text field, put in a loop, then use the query XML action to extract the values from the rows

Badge +2
where is the article?
Badge +17

@zakaria_botros - here is a blog showing how this can be done. The concept is the same in both on-prem and o365 https://community.nintex.com/t5/Community-Blogs/How-to-get-data-from-a-form-repeating-section-in-O365/ba-p/89490. You can also view https://community.nintex.com/t5/Template-Gallery/Parsing-Nintex-Forms-Repeating-Section-Solution-O365/ta-p/85704 for help as well.

Badge

This doesn't solve the issue. The linked article's images are too low quality to be useful. The attached example ZIP files when renamed to NWF and imported throw an error. 

Reply