Skip to main content

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.

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