Hello @BNK , The error means there is no data range on 389.
and if you saw data in excel on row 389, then give -1 from row in excel. Index always begins with “0”. so 0=1, 1=2,2=3… 388=389. So try
Hi @Lak_Ui and @Gokul_Jayakumar
I Tried this one but again i am getting same error. RemoteException wrapping System.IndexOutOfRangeException: There is no row at position.
I am not able add new row item in existing datatable.
Above query is used only when there is a data , you have to change it.
For Example there is 500 rows in DataTable, You need to change the 389th row of Invoice Column, You canb use this query.
If you need to Add fresh data, you have to use ADD Data Row in data table activities.