
Announcements
i work with an online order xml file in power automate and and the file is un constant because when i use an xml file with one order in json and parsjson then its not accepting the order with morethan 1 order and also vise versa if i use the xml file with morethan one order then its not extracting an xml file with 1 order so can you please suggest any solution? thanks in advance .
Do you include any version or schema - if yes, delete and try, example:
1. Original
<?xml version="1.0"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>
2. To be:
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>