System.indexoutofrangeexception

This robot us to run fine. I am a novice and have always been able to run the robot created by a previous colleague. Now I run today after transferring to another computer and I get

o is not processed due to the exception: There is no row at position 0
w is not processed due to the exception: There is no row at position 0

There is also a “index was outside the bounds of the array.” Exception Tye: System.indexoutofrangeexception

When I debug the file, it stops on “Add Data Row” which falls under Data Scraping

Hi @Smitty ,

Can you share the screenshot?

It seems you want to add the data to new row but the row is not there.

Try adding new row before adding data with Add data row activity.

Use dt.NewRow before add data row activity

I had to sign in under a different user name, but here is my screen shot.