Hello everybody,
I am a new user of NINTEX, I have a SharePoint list with i multiple repeating section data form, to get multiple values in a row I make XML Request, in my XML Request I make XPATH in outputs.
Today my values are not separate by space.
I want to separate values by space 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,
Solved! Go to Solution.
@VijayAntoine ....as mentioned in my response to your other post, you need to store them in collection and using for loop and build string you can add space and/or new lines. For new lines...check under common tab in build string's insert references.
@xixido I couldn't find the link quickly but below are the steps (you may have to tweak last few):