Error while reading Array Of DataRow

Hi,
I tired to read an Array of DataRow by typing in “DataRow(0).Item(1).ToString”.
and i got the error " Log Message: Index was outside the bounds of the array."
What might be the problem?
Thanks in advance :smiling_face_with_three_hearts:

can you share the logic for the array loop?

which activity are you using?

1 Like

I’ve collected data from the ACME Syatem 1 by data scraping and stored it in a datatable variable. Later i filtered the data using dataTable.Select method and stored it this datarow variable.Now i want to read a data from a specific cell to give an input to a “Navigate to” activity.
and i cant read the datarow and this error is showing up.