Help Please: website Scrape

Hi there, I’m new it UIpath, what an amazing tool this is going to be.

I have an excel list with part numbers, I want to log in to my distributor site and scrape the overview section of each part.

haveing a few issues with the login part even though I thought I coded it as the firsts steps do actually log in to the site. however when I run the bot I get errors.

12/14/2019 00:57:25 => [Error] Main.xaml: Compiler error(s) encountered processing expression “ExtractData”.
‘ExtractData’ is a type and cannot be used as an expression.
12/14/2019 00:57:25 => [Error] Main.xaml: Compiler error(s) encountered processing expression ""https://www.synnex.com.au/B2B/Menu/Online-Shop/Product-Search/Index"+row(product_url).ToString".
‘product_url’ is not declared. It may be inaccessible due to its protection level.
12/14/2019 00:57:25 => [Error] Main.xaml: Compiler error(s) encountered processing expression “Set
overview”.
Expression expected.
12/14/2019 00:57:25 => [Error] Main.xaml: Compiler error(s) encountered processing expression “set”.
Expression expected.

Hi,

There are few errors

ExtractData should not be used as expression - Check did you use any expression, because ExtractData is a Datatable type

Also there was a product_url error - where you need to define the scope, change the scope from Variable panel

Thanks