Lookup Range: Index Out of Bound exception

Instead of using like this “resultDT.Rows(rowInx_DT1).Item(“Status”)”
like this one right
if i have no column header then i can pass index value resultDT.Rows(rowInx_DT1).Item(4) to assign activity getting error.

Please check the number of columns in datatable first. You can do that in immediate panel using datatable.Columns.Count

Hi @Sathish_Ashokan

First check how many columns are in the datatable resultDT.

Hope it helps!!

Hi @Sathish_Ashokan

The error looks like Cannot find column 3 please check the excel

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.