Hi everyone,
I’m working on a Power Automate Desktop flow where I want to check the values shown on a web page (screenshot attached). If the value is "0", I want the flow to throw an error or take a specific action.
To do this, I tried using the “Extract data from web page” action. However, when I try to extract the entire HTML table, it also includes some unwanted data like time, which I don’t need. I only want to extract the specific values (e.g., Demand) without capturing the time or other irrelevant parts.
Could someone please guide me on:
How to extract only the values I need (not the time)?
Or is there a better method to detect if the values are 0 and then trigger an error or alternate flow?
Thanks in advance for your help!