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
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
- Use Assign activity
Count = 0
Count | Variable Type -> Integer
- Use If condition
Count<6
- Use Assign activity
Count = Count +1
Regards
Gokul
Thank You
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.