How to handle the ‘show more’ button in BestBuy.ca during data extraction in UiPath

On the ‘bestbuy.ca’ site to extract more product info, the site has a ‘show more’ button to go to the next page (instead of the ‘next’ or ‘>’ button on other retail websites), and “click” activity does not perform the action on the ‘show more’ button.
In the table extraction I have selected the radio button “Extract data from multiple pages”

@sobin_paul

If direct multi page is not working then you need to use a loop with check app state and check for show more..if present extract and then click..if not present extract and end

You can use merge datatable to merge all the data

Cheers

@sobin_paul

Try this approach:

  1. Use a while loop to click on Show more button till it’s visible. This will load all the products.
  2. Now use Table extraction. This should get you all the data.

Hello @sobin_paul

You can try below flow it will work for all show more

ForumWebAutomation_30_09_2025.zip (7.6 KB)

Regards,
Rajesh Rane