Excel Application-object reference error

Hi ,

I am reading excel and saving it in one data-table and then I am Appending that dt in new excel file
But while appending I am getting object reference error
before appending I am printing that same dt and that dt contains data still I am getting Object reference error

Re-verify the variable names used in the activities just to be sure.
If you add more details of the error it will be helpful.

Hi @shreyaR,

Please try this:

Hi @shreyaR

Check the file path for the excel as well… also in the datatable check whether it is initialized and it contains data before you do the append…