Hey!
I am trying to parse HTML content & extract all the image SRC, not able to find any actions to parse HTML & extract information from a HTML element & its attribute. In below example there are three images with src, would have to extract ImageURL1,ImageURL2,ImageURL3.
<html>
<body>
<h2>HTML Image</h2>
<img src="ImageURL1" alt="Trulli" width="500" height="333">
<p>some text</p>
<img src="ImageURL2" alt="Trulli" width="500" height="333">
<img src="ImageURL3" alt="Trulli" width="500" height="333">
</body>
</html>
The HTML will be received in a email. The HTML given above is simple but it will be complex HTML with n no of images. If there is no other way to extract using standard action I am planning to write an Azure function to parse the HTML using NewtonSoft HTML parser. Would be great if someone provides some insights.
Hi @ashiqf
If you wanted to avoid code, Encodian provide a regex search action which should help: https://support.encodian.com/hc/en-gb/articles/360006764638-Search-Text-Regex
Quick example:
You'd need to tweak the regex slightly if you purely wanted the content inside the attribute, but this would work.
HTH
Jay
Thanks for your insights @Jay-Encodian but it would have been great if there is a first party connector or action from Microsoft.
Hey @ashiqf
Microsoft don;t cover all scenarios, that's why the Power Automate Ecosystem provides so many third party connectors.
Jay
I agree, MS won't provide everything. Microsoft is currently reviewing the user voice request for Regex, hopefully they might support this in future
User | Count |
---|---|
27 | |
14 | |
12 | |
10 | |
9 |
User | Count |
---|---|
50 | |
29 | |
28 | |
24 | |
20 |