Hi - In a Workflow I am getting a collection of Items, using a collection operation to sort them ascending, then writing that collection back into the XML document.
When I inspect the XML after, the collection is getting written to the correct spot, but the individual items now have a semi-colon after each ending tag
i.e. individual items - </my:PrintItem_New>;<my:PrintItem_New>
and at end of collection - </my:PrintItem_New>;</my:PrintItems_New>
These are causing the InfoPath form to error when trying to load.
Has anyone experienced this or know how to fix it?
Thanks!

