I see you are using write range in a loop…
I guess you need to use outside the loop
Cheers
Hi,
Can you check content of primo and invsts variable using Break point or LogMessage?
If they are empty, please review logic to assign value.
Regards,
yeah i done that in a message box. pimno and invsts contains value
HI,
Can you set Breakpoint at WriteRange activity then debug run? We can check content of datatable etc at Locals panel as the following.
Regards
Hi @AbarnaKalaiselvam - Can you check below points
- Before you writing the data to excel can you print data table using Output DataTable activity and check it has the required data or no
- Make sure the data table variable is defined within a scope
- Instead of column names can you try giving column index
Ex: Row(0) = "Completed"
Row(1) = Pimno
Row(2) = invsts
- If it didn’t work, can you also give a try with Add Data Row activity instead of Assign activity
variable scope is the probem.
Thankyou @ushu
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.