I’m a beginner in uipath and came to know that datascraping only works for structured data.
I’m trying to data scrape 3 different pages of a website, all structed the same (according to me). I’m successful to data scrape 2 pages with the same data scraper but the data extraction results for the remaining 1 page is empty.
I have stored three urls in a string array and looping through it.
Do I need to create a different datascraper for that page?
So your datatscrapping is working fine for few pages and its failing when the page is blank. Is that the issue?
For navigating to the different pages have you given the navigation button? Instead of that you can click on each page and do datascrapping and include that inside a try catch.