Skip to main content

Does anyone know how I can show a repetitive section that comes from nintex forms o365 to nintex automation in the main form

Hi @Empresa1 

Short answer - No
A Workaround exists
- Read the Repeating Section data from a SPO multiline text field,
- Extract the required values and create a HTML table.
- Display the HTML in NAC Label control 

 

This is an advance topic. 
Basically you need to to know about how to query XML, manipulate the extracted value and create a HTML table. Fortunately there is an excellent article on this topic by @JRoberts 

Part 1: Work with repeating section data from SharePoint based Nintex Forms

Part 2: Work with repeating section data from SharePoint based Nintex Forms

 

 

I believe that I wrote the only article about generating HTML from Repeating Section in the form.

Pls check out the article
Generating HTML Table from Repeating Section using Form Controls only

 


Reply