Hello Community,
How can I build a flow in Power Automate Desktop, to be able to change the number of pages in a website. This number of pages varies or changes from time to time, it can be 1, 2 or even 7 or more.
Since your query is to select the check boxes by scrolling to each page, i would suggest to try this logic
1. First Launch the webpage
2. Next use loop condition [ or any other loop action] such that loop should be executed till last page [ check whether the forward page arrow is present or not, if it is not present, then it means it is last page]
a. Inside the loop, create the operation for checking the check boxes [ If the website has an option Select All , which selects all checkboxes at once you can use that, else try datascrapping/counter increment to select the checkboxes
Try this way
Let me know if you have any questions 🙂
Mark It as solution if it helps
Thanks & Regards,
Nived N
Hi @Highboy,
Can you guide me on how to go through the pages automatically?, since sometimes it varies, it is not always the same amount
Hi @Highboy
I need to go through all the pages, but not to extract data but to select the items in boxes
lf if you are extracting data from the webpage the is an option to use a "pager"
Or if you for some other reason want it to move forward you could get the process to click on the UI element for "next page"