web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Unable to Parse the XM...
Power Automate
Unanswered

Unable to Parse the XML data using Microsoft flow

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

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.

Categories:
I have the same question (0)
  • v-yamao-msft Profile Picture
    Microsoft Employee on at

    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 262 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 227

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard