Error: system index out of bounds of array

Here, in attached screenshot this is the error msg i am getting while transferring data from one excel to another
Can anyone help me please.

Hi @sandhyarani

Can you share the screenshot of your activity?

Check out this video link

Regards
Gokul

Hello @sandhyarani

Theis error will occur if you are using the array and the index is out of the declared index.
Can you share the expression that you have used in the assign activity.

Thanks


So, if i increase the range then it would be solution is it correct?

Hi @sandhyarani

This expression will get latest file in the download folder that should be in xlsx extension.

What was the problem in that?

Regards
Gokul

It’s processing till 5 files but while 6th file i am getting error like Index out bounds of array as shown in first img.

HI @sandhyarani

You can try with increment the counter

  1. Use Assign activity
Count = 0

Count | Variable Type -> Integer
  1. Use If condition
Count<6
  1. Use Assign activity
Count = Count  +1

Regards
Gokul

Thank You :slightly_smiling_face:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.