Skip to main content

Notifications

Power Automate - Using Connectors
Unanswered

Unable to Parse the XML data using Microsoft flow

(0) ShareShare
ReportReport
Posted on by

I have the XMl in below Format , I need all my XML tags to be moved in SP list. (PID_NO,EmailId,...) . But ubale to parse the xml

<project-list>
<ProjectId>
<PID_NO>21100906</PID_NO>
<email_id>abx@outlook.com</email_id>
<frm_date>2017-11-01 00:00:00.0</frm_date>
<proj_name>Sharepoint</proj_name>
<to_date>2017-11-01 00:00:00.0</to_date>
</ProjectId>
<ProjectId>
<PID_NO>21100968</PID_NO>
<email_id>abcd@outlook.com</email_id>
<frm_date>2018-03-28 00:00:00.0</frm_date>
<proj_name>Internal</proj_name>
<to_date>2018-09-25 00:00:00.0</to_date>
</ProjectId>
</project-list>

 

this is the flow I am using

1) calling HTTP - Getting XML in body

2) body('http')['$content']   ----  compose 

3) xpath(xml(outputs('Compose')),'string(/ProjectId/PID_NO)')

4) apply to each - array(outputs('Compose_2'))

5) compose - xpath(item(),'string(PID_NO)')

but when I test the flow, Output in step 3 is not xml - Contenttype encoding. no data receiving in step 5.

  • v-yamao-msft Profile Picture
    v-yamao-msft on at
    Re: Unable to Parse the XML data using Microsoft flow

    Hi @Anonymous,

     

    I assume that the xpath function could be used in your scenario, please check more details about it at here:

    https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference#xpath

    More details about xpath examples, please check it at here:

    https://msdn.microsoft.com/en-us/library/ms256086(v=vs.110).aspx

    Besides, here is a blog on how to parse xml using Microsoft Flow, for your reference:

    http://buildsharepointconcepts.blogspot.com/2018/05/parse-xml-using-microsoft-flow.html

     

    Best regards,

    Mabel

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,666

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,996

Leaderboard

Featured topics