Announcements
I created these steps in power automate desktop:
1- Launch browser with certain url 2- Extract data from web page
The result are inside variable AllList contain 2 columns : Names and Links
How I send a click action to each link in AllList ?
I need to click all extracted links to go to detail page 1 then click inside in certain link to go to download page then in download page I need to extract download links . download links examples are:
https://www.download.com/dfhdgerg/file
also there are images I need to exclude that has same startup link for exmaple
https://www.download.com/fjkfgf.jpg
or
https://www.download.com/dfgljg.png
I want to get the first link one only, how I can do that ?
Hi,
You can create a loop with "for each currentitem" in AllListBefore the loop, add a condition to exclude link containing jpg,png ...
I tried like that:
I used the variable %AllList[1]%
Which click action to use ?
Use Open a new browser and select your first link as Variable.
close the browser and so and so
That is a datable, not a list. First thing you will to do is extract column as list; let’s call this %URLList%.
now in the for each to iterate parameter, use %URLList%. You don’t need an Index pararameter such as [1] because it’s going to iterate through every URL. The current iteration will default to %CurrentItem%. This will be a text of the URL, so you can use %CurrentItem% in your flow for each time you go through the process.
best of luck!
sorry I confused with another account.
Thanks can you send me documentation how to extract column as list ? also what actions to use to goto this url ? I need to go to this page to also extract another data
This worked thanks to all
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
David_MA 293 Super User 2026 Season 2
trice602 186 Super User 2026 Season 2
11manish 144 Super User 2026 Season 2