Hi. I’m working on a use case where I need to look for a value that’s greater than 0 within a certain dashboard:
So it works like this:
- I scrape this certain dashboard (this dashboard is on a website, and the values that is greater than 0 are clickable)
- Then I need to click on the values that is greater than 0 THEN do a bunch of stuff
In this case:
- Unaccounted - 3
- Error - 30
- Error - 70
So it should work as:
For each value found inside the dashboard that is greater than 0, I click on it then I do a bunch of activities.
I’m just having trouble on constructing a For Each Activity
Is this possible, if so how can I do it?
Kind Regards,
Mc
