Assign : Index was outside the bounds of the array

In Assignment 1 of UIPath level 3 certification, I got this error in the screenshot.

Please help me.

hi @afnoureddine
make sure you argument has some value, it happens when you pass a null argument, check the values
Regards!

The index you are passing to the array and the data table is wrong in the assign activity. As you are asking to retrieve the wrong value (may be greater than the count in it), it will give you the above error.

@fernando_zuluaga It didn’t work, even when I add value into arguments