LogicApps - Creation an Array with the content of an XML file
Hello everybody,
i have to create a sFTP triggered logicapps.
Once a XML file arrives, i need to get the content and create array or variables using the informations from the XML.
For example (in french)
<?xml version="1.0" encoding="ISO-8859-1"?>
<entete><origine>XXXXX</origine><dateCreation>XXXXXX</dateCreation></entete><paramDefaut><contenu><texte>XXXXX</texte></contenu></paramDefaut><listeDestinataires><destinataire id="XXXXX"><contact>XXXXX</contact></destinataire></listeDestinataires>
for exemple: $phonenumber = <contact>
i can only use xpath but i don't find the good expression, using triggerbody or body.
Do you have a clear solution ?
Regards
Marc