No results displayed in output panel

fetching only one column to display from excel sheet.

Hi there @Rabia,
How are you writing the row item to the output panel?

For Each row In DT1

  • Log - Level = Info - Message = row.Item(“ColumnName”).ToString

End For Each

Also, are you certain you are reading the correct Excel document/sheet?

Apologies if you are doing both of these, but I just want to rule them out.

Thanks,
Josh

Hello Joshua Davey,

I am reading the correct Excel sheet, and

and
For Each row is

@Rabia I guess in excel scope u r not passing data table variable so it’s showing null result