Screen scraping returns no data

I’m trying to do a ‘screen scraping’ activity to get new about a specific topic.

For this I open the browser in ‘google.com’ and search for a term (like uipath), to go to news and I scrape the page.

In the scrape wizard I can see a data preview with the data

image

When I run it I get nothing from the data table.

Find sample XAML file attached.

Main.xaml (12.5 KB)

I found the problem

In case it helps someone, it seems I had a double variable (as I tried a few times) and I had to remove the default value

1 Like

it happens with me as well, when there are number of variable to maintain…