Hi to all,
I'm tryng to create a flow that print every single webpage availbable in a website. Of course, the number of this page is dynamic: it depending from the number of elements founded in the database (it colud be 1, 2, ... 7, ... 10 and so on).
Code of page 2
I would like to create this flow:
- If page 2 is available, click on page 2 and print it, otherwide exit;
- If page 3 is available, click on page 3...
and so on...
I tried with Loop cycle using next page but it goes in endless loop, because the nex page button doesn't disappear when the pages are ended (it change only the color of the symbol ">"). So, I'm tryng to do something like this:
my flow test
The issue is that using the standard selector of Power Automate all the page number (and than also the "next page" and "last page" buttons) are catched with their "ordinal" number. This cause a lot of issue issue: "next page" and "last page" are recognized like normal pages and for this reason the flow prints again the last page visualized; and a lot of other strange beaviours...
Selector of page 2
I really need help, please!
Thanks to all