I have an InfoPath form (with a repeating group of fields) that can submit data to an XML file on a SharePoint site but on submission it overwrites the file.
I am looking for a way to append the XML data, or to modify it based on an identifying field ("name") where if I submit a "name" field value that I already have, only that one will be overwritten whereas new "names" are added on to the XML file.