So regarding about it robot have to copy data from excel sheet and paste to another excel sheet(already prepared excel) so that time I used to extract data store in to data table (using read range activity : Output table variable type set as DataTable) after that I add the data table activity and set the input and output values like below
But when I using write range activity cannot give the data table name due to string …
Write range can take only datatable as input buddy
but it seems Dt_one is a string
place the datatable variable that is obtained from the read range activity that read the first excel file
Cheers @S_D_RPA
No worries
the output of the Read Range activity will be a variable of type datatable
pass that variable to Write Range activity as input for datatable property buddy
no need of output datatable and send hot key
Simple
Cheers @S_D_RPA