web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / web page data extract ...
Power Automate
Unanswered

web page data extract - pagination issue

(1) ShareShare
ReportReport
Posted on by 18

Hi - hope somebody can help with this

 

I'm trying to extract data from https://www.screwfix.ie/search?search=clearanceviewall  on multiple pages

 

The pagination works on the first page, but on page 2 it fails and completes the flow.

 

The CSS selector appears to be the same for the button on each page 

#container-main > div._21o_S5.store-locator-container.cpFvx9 > div > div.agr5rQ > div.oWZhYo > div._2O_FF6.cB3s3C > div.kPXqh5 > nav > button:nth-child(3)

 

it works fine on .com  but not on .ie 😕 

 

Any ideas?

I have the same question (0)
  • Ezhilvannan_V Profile Picture
    178 on at

    Step:1

    Ezhilvannan_V_1-1674820089864.png

     

    Extact required data

     

     

    step 2: 

    Ezhilvannan_V_2-1674820269295.png

    Go to page page 1 to page 45 right arrow, select set element as pager.

     

    step 3:

     

    Ezhilvannan_V_3-1674820435070.png

    give Finish 

     

    step 4 :

     

    Ezhilvannan_V_4-1674820552152.png

     

    just give all available, and save, It will extract all page data's

     

     

    Please accept as a solution if its works for you.

     

     

     

     

  • mrdave Profile Picture
    18 on at

    Thanks for trying, that is exactly what I have done.....but it stops on page 2.

     

    I also use a input variable to capture the number of pages and use that variable instead of all available, because on the UK site it keeps trying to hit the button and never ends.

  • Ezhilvannan_V Profile Picture
    178 on at

    Hi @Highboy  you have any work around for this issue?

  • joelzehring Profile Picture
    208 on at

    We're experiencing the same issue extracting data from a paginated HTML table. It's currently working in our production environment because the flow was last updated with Power Automate for Desktop version 2.26. In our Development environment, where we've updated to version 2.27, this error occurs on multiple machines.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I am having the same issue

  • momlo Profile Picture
    1,527 Super User 2024 Season 1 on at

    @mrdave 

    When I have a similar situation where the site is built in a way it messes up with pagination, I often search for alternative ways, such as navigating via URL parameters.

     

    I took a look at the IE site and saw that:

     

    So knowing that, what you can do:

     

    1. Go to the first page to display 100 items

    https://www.screwfix.ie/search?search=clearanceviewall&page_size=100&page_start=0

     

    2. Extract the number of pages to %NoOfPages%

    3. Loop from 0 to %NoOfPages - 1%

    4. In each loop iteration
        - set %PageStart% = %LoopIndex * 100%
        - build URL = https://www.screwfix.ie/search?search=clearanceviewall&page_size=100&page_start=%PageStart%

        - navigate to page url

        - extract 100 items into TempTable

        - Merge FinalTavle with TempTable

     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 450

#2
Haque Profile Picture

Haque 366

#3
Valantis Profile Picture

Valantis 349

Last 30 days Overall leaderboard