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

  • 26 January 2018
  • 1 reply
  • 12 views

Badge +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

Userlevel 7
Badge +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

Reply