Not saving any data in the table

I have a project that enters the web and takes some values ​​and saves it in the excel table, I did all the flow however the data is not saving on the table, could someone help me?
I do not understand much of this software

Main.xaml (22.0 KB)

Hi,

You have used write range that is enough.
I don’t understand why you are writing write cell with some undeclared variable.
In between first you check weather your data table has values after scrapping and you can do this by using output data table and assign to a string and then see the string.

Hi @Beatriz,

The datatable scope is DATA Scraping sequence. But you are trying to access in Excel application scope. Please change it to Excel application scope.

And do some test that ensure that the datatable is having the record by MessageBox.
Specify the value

 "ExtractDataTable.Rows.Count.ToString"

Regards
Balamurugan.S