Hi,
I want to find a way to populate custom field in the Service desk form by having a custom field that will pass a value to an XML path and from the XML populate other fields.
I found the add-on Elements Connect which sounded promising but it doesn't support values of nodes like:
<peoples> <people> <firstname>Vincent</firstname> <lastname>van Gogh</lastname> <id>1</id> </people> <people> <firstname>Johannes</firstname> <lastname>Vermeer</lastname> <id>2</id> </people> </peoples>
Any other add-ons that can handle XML?