I am using the “Extract Table Data” activity to retrieve data from a web page. However, I am encountering an issue that I could use some assistance with.
Here’s the problem: The “Extract Table Data” activity works perfectly on the first page, and it successfully extracts the data I need. However, when the workflow proceeds to the second page, it throws a warning and fails to fetch the data. I am unable to determine the cause of this issue.
I have attached a screenshot of the warning message I am receiving. I’m hoping that someone in the UiPath community might be able to shed some light on what could be causing this warning and how I can resolve it to successfully extract data from subsequent pages.
Thank you in advance for your time and assistance. I look forward to hearing from you and learning from your experiences.
Otherwise, you have to check to see if the selector changes for the indicated element when you click next, and make sure the selector you’ve used accommodates the change.
I need to read the restaurant’s names. You will see there are so many pages it collects the data from the first page but on the second page it throws an exception.
Could you kindly let me know where I can make the selectors dynamic and test them?