Hello, I am attempting to execute a URL with the get method in the HTTP action. The output returned looks to be the page's HTML. Within that HTML is a query string pointing to an Image. I need to extract just that portion of the HTML. I'll end up replacing the original query string with this one in my flow. I'll need to upload an image to OneDrive. I'm a little confused as to how I can extract what I need from the HTTP response.
Solved! Go to Solution.
You can not use Parse Json. Your output is HTML and not JSON.
You will have to use HTML to text to convert the output to text and then use Substring to find your data. Some examples are available within below thread...
You can not use Parse Json. Your output is HTML and not JSON.
You will have to use HTML to text to convert the output to text and then use Substring to find your data. Some examples are available within below thread...
User | Count |
---|---|
90 | |
41 | |
22 | |
20 | |
16 |
User | Count |
---|---|
134 | |
54 | |
47 | |
36 | |
25 |