I have a Nintex form in a SharePoint list that includes a Repeating Section. I would like to present the information from this form in a document using Document Generation. I am using QueryXML and HTML to generate a table displaying all the information from a multi-line text column, but it gets distorted when tagged in the document template.
Repeating Section in SharePoint
SharePoint
Generated Document showing the same column
How can I achieve this?
Best answer by brent_read
Hi @Kammasood
To generate a table inside of the generate document action you should parse the repeating sections to generate a collection, then pass the collection in NAC then pass that collection into the repeating data section of the Generate Document Action.
Once you’ve done that the tagger will show the options to utilize the collection data under the workflow repeating data header.
To generate a table inside of the generate document action you should parse the repeating sections to generate a collection, then pass the collection in NAC then pass that collection into the repeating data section of the Generate Document Action.
Once you’ve done that the tagger will show the options to utilize the collection data under the workflow repeating data header.
To generate a table inside of the generate document action you should parse the repeating sections to generate a collection, then pass the collection in NAC then pass that collection into the repeating data section of the Generate Document Action.
Once you’ve done that the tagger will show the options to utilize the collection data under the workflow repeating data header.
You can still parse the repeating from Sharepoint. If you attach the repeating section to a Multiline of text column you should get XML in the MLT column. You can run this through a Query XML action to generate the collections needed for the repeating section.