Skip to main content
Nintex Community Menu Bar

How do you alphabetically sort the names of fields in XML code result of repeat section in Nintex form 365.

  • January 26, 2018
  • 1 reply
  • 27 views

Forum|alt.badge.img+8

How do you alphabetically sort the names of fields in XML code result of repeat section in Nintex form 365.

 

Because we need send by web service the XML code in a specific order.

 

Thanks.

 

Federico MS.

1 reply

TomaszPoszytek
Forum|alt.badge.img+17

I don;t know how many nodes does your XML have, but i would try to:

  1. Get nodes' values using the "Query XML" into a collection
  2. Sort them using the "Sort items in collection" action
  3. Build XML string once again, using foreach loop.

Regards,

Tomasz