hello, I’m trying to add the data I got from data scraping to add data. When I write extractDataTable in the data row, it gives an error because there is no datarow. Can you help me to fix it?
Hi @irem_dogan
Welcome to Uipath community
If you need to handle this error.
You can try with extractDataTable .Rows.Count>=1
in the If activity.
Regards
Gokul
I’m pulling data with data scraping
I tried because I didn’t know how to use it, but I couldn’t find how to convert the data.
By using this method you can add row by row only
Instead of
write the data into excel for 1st time and use clear DataTable
The next loop use Append Range activity and a clear data table
repeat the process, values will append in excel sheets
but after I pull different data, I want to collect Buil data and print it to exel last.
@irem_dogan Yes it can
once you append data in excel, the next step uses a clear data table. Noe DT will empty, again it fetches data and append in excel then clear dt. the process will loop
hi my friend sent the project
thank you I am waiting
Try this
Use Create Build data table with the same column
use merge datatable to append the values
Finally clear the Extract datatable
task3.xaml (14.1 KB)
yes i want to key all i got
first i want to move build by using add data latest excel