Hi,when i use record button,it catches data table right? i learned from Scraping table data of web pages using OpenRPA , i followed Allan’s step, but i couldn’t write data table in to my excel file, it shows my data table is null. which part is misssing. i assigned variable as well and i couldn’t find correct solution.
Sound like ‘dt’ is declared multiple times. Try checking all scopes (click each activity) and delete every place ‘dt’ is declared (in the tab variables). Then go to ‘Get Table’ and click on the ‘Result’ property and press Control+K to automatically add the variable again with the right type.
dt is declared once,i did control+k,but it still shows error ,so i erase it,no error occur,and type dt again(is it because of this ? but by pressing control+k still get error,so emmm…i don’t understand how it goes wrong), and i also tried csv(since the laptop left in company,i used another one without office), it said Object reference not set to an instance of an object.!