Re: Extract data node element data from XML using power Automate
@nazir here is what I did

xpath(xml(outputs('Compose')),'string(//@assist)') //returns value Pune
xpath(xml(outputs('Compose')),'string(//@subject)') //returns value Gujrat
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.