Show Repeating Section as table in List View

  • 29 September 2017
  • 6 replies
  • 10 views

Badge

Show Repeating Section as table in List View


6 replies

Badge +5

Hi Farah abid,

you can do this by parsing through repeating table rows in a Nintex workflow on item update and create action. There is also a custom wsp available in the community site if this is something repeatedly required in your site.

To do in Nintex workflow way, all you have to do is connect the repeating section to mulitline text field in the list for ease of access. use regular expression to get <Item> nodes to collection and loop through them.

You have to name each of your controls in the repeating table for being able to use QueryXML operation that is very handy here

In the end your  workflow would look like this 

208690_pastedImage_1.png  208703_pastedImage_2.png

output would look like this 

208704_pastedImage_3.png

For now I am attaching a sample Nintex form and workflow which can help you through.

I hope this helps.

Userlevel 5
Badge +13

Here's a solution from Nintex Xchange: https://community.nintex.com/docs/DOC-3896

Userlevel 5
Badge +14

and the 3rd approach might be repeating section field type.

note however that this is not native sharepoint nor nintex field type and you need to install 3rd party add-in to the sharepoint to have it available

have a look here for details - Displaying Repeating Section Data in List Views, The Easy Way! 

Badge +5

Hello Jaya,

I suggest that you review this article: https://community.nintex.com/docs/DOC-2754

Badge +5

hello,

is this what you're looking for? https://community.nintex.com/docs/DOC-2754

Badge +1
When I click the hyperlink, I get an "Access Denied" page. Can the URL be reposted so that it is accessible?

Reply