I am building a data table as Outputdt
then using add data row {var_prevfileName,“”,“Completed”,“CAD files”,Now.ToString(“yyyyMMdd.HHmmss”),“Bot”} into outputdt
Finally when appending data into it like below:
Then getting: Table not found: TableName
Please provide if anyone has solution on this one:
Thanks…
Hello @mittal.abhishek
What is this variable Outputdt? Is it having some value?
Thanks
@Rahul_Unnikrishnan
Outputdt is data table variable where i am building data table as mentioned in my above post and adding data to row Previous file name , new file name , status , FolderName etc.
mz3bel
(Mohssine HILAL)
October 30, 2022, 6:42pm
4
Hi,
Can you share more details, or even the xaml file ?
Mohssine
Hi @mittal.abhishek ,
Could you Check the below Post if Appending a Datatable to an Excel Sheet is the requirement :
Hi @RpaNoobMax ,
Could you maybe try using the Write Datatable To Excel Activity using Append enabled.
[image]
Let us know what is the outcome.