Skip to main content
Nintex Community Menu Bar

Repeating Section Help

  • November 30, 2020
  • 1 reply
  • 6 views

Forum|alt.badge.img

Good day all,

 

I am new to using the repeating section function in nintex sharepoint and need some help extracting the xml that is created and putting it into other columns within the same list.

 

In essence what I am trying to do is create a dictionary in sharepoint that allows for multiple definitions for the same word.

 

I am unable to provide screenshots for examples due to the confidentiality of the work.

 

Please let me know if anyone has experience with this or knows a solution to my problem.

 

Cheers

1 reply

Forum|alt.badge.img+6
  • Rookie
  • December 2, 2020

Hi @cnrdvdsmt 

 

The only way i was able to do this is with a workflow that uses the Query XML action to pull in the XML, parse it to collections, and then write the applicable fields back to the list item.

 

Hope this helps

Ed