Thank you for reaching out on Microsoft Q&A!
I’ve tested the solution, based on your comments, in my test lab. It is possible to select all text values of the <p></p> tags using Xpath, which can be utilised through the code below:
join(xpath(xml(concat('<html>',string(item()['body']),'</html>')),'.//p/text()'),variables('joinDelimiter'))
For this I made use of a variable called 'joinDelimiter':
In my case is I've used a return, but off course it can be anything you want, like for example a | pipe or whatever you want to use to join all <p></p> values together in a single string.
Please click “Accept answer” if you find this helpful. Feel free to drop additional queries in the comments below!
Please click “Accept answer” if you find this helpful. Feel free to drop additional queries in the comments below!
Kind regards,
Kind regards,
Sonny