Skip to main content
Nintex Community Menu Bar

Get values of REPEATING SECTION in a Nintex Form

  • January 14, 2020
  • 1 reply
  • 9 views

VijayAntoine
Forum|alt.badge.img+3

Hello to all,

 

I am using SharePoint Online 2013, I am a new user of NINTEX, I have a SharePoint list with a multiple repeating section data form, I want to get multiple values in a variable with separation by space between each values or make a return to line between each values.

 

Thanks to all for reading this post,

And Thanks a lot for the person who have advice for me !! ^^

Regards,

1 reply

Forum|alt.badge.img+12
  • Scholar
  • January 14, 2020

@VijayAntoine ....you need to store your repeating section(s) in each MLT SP columns (make sure it's plain text). After this use query XML in the workflow and use your MLT columns as source. Get the XPATH of fields you need and store them in collection variables. Using For loop and build string manipulate them as per your requirement.