Skip to main content
Community site session details

Community site session details

Session Id : DhikETtjyzonXtGQwV9lSi
Power Automate - Power Automate Desktop
Unanswered

Extract Data From Web Page: Load More Button

Like (0) ShareShare
ReportReport
Posted on 8 Jul 2023 13:57:12 by 12

I have created a flow to extract customer reviews from a web page. However, the page initially loads only a few reviews and requires clicking on a "load more" button to load additional reviews. I want my flow to click on the "load more" button repeatedly until reviews from a month ago appear.


For the reference find attached snapshot

ubaid2_0-1688824195328.png

Thanks

  • CPee Profile Picture
    69 on 01 Apr 2024 at 09:39:53
    Re: Extract Data From Web Page: Load More Button

    Hi @Agnius 

     

    I tried to do this but its not working. Here's my flow:

    CPee_0-1711964371087.png

     

  • Agnius Bartninkas Profile Picture
    Most Valuable Professional on 09 Jul 2023 at 04:34:34
    Re: Extract Data From Web Page: Load More Button

    You could do a Loop condition action with a condition that says while 1=1. This will create an infinite loop. Then use a If web page contains and check if the 'Load more' button exists. If it does, then use Press button in web page to press it. Else, use Exit loop to stop your loop.

     

    This is the standard practice. You could also do the same with a JavaScript function.

     

    If you don't want it to go all the way until there are no more reviews to load, you can also use the If web page contains action to check for text rather than an element on the web page. So, you can check if the web page contains the text 'a month ago'. If it does, then use Exit loop to stop pressing the 'Load more' button.

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.

Helpful resources

Quick Links

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2

Loading complete