-3

I found this error when solving uipath problem.Coukd anyone please help to solve this problem I found this error when solving uipath problem.Coukd anyone please help to solve this problem

Markus Meyer
  • 3,327
  • 10
  • 22
  • 35
  • Please take a [tour](https://stackoverflow.com/tour) and read [how to ask](https://stackoverflow.com/help/how-to-ask) – Markus Meyer Aug 17 '22 at 04:32

1 Answers1

0

You are trying to access a data in your collection/array/DataTable that doesn't exist, that is not in the range of your collection (if you have 2 rows in your DataTable, you can't access row 4)

Looks like a basic thing, but feel free to share with us a little bit more if you're stuck, details of your assign activity for example.