标签: xml xpath azure-logic-apps
I am using this code
@xpath(xml(triggerBody()), '//*[local-name()=\"node\"]')
in my Azure Logic app to get the value of the node. But it return in this form <node>value</node> instead of value. What is right syntax for that?
<node>value</node>
value