Xpath Snippets

up:: PowerAutomate

How to merge arrays in Power Automate
How to merge two arrays in Power Automate by a common property using the xpath expression. - YouTube

Xpath select text from node where name starts with "Title" or "Description"

//Array[starts-with(local-name(), "Description")] | //Array[starts-with(local-name(), "Title")]/text()