Index of outside the bounds of the array

i have 3 to 4 computer which is use for only Uipath Automation but i am getting below error on 2 Computer
“index of outside the bounds of the array”
Same project Run on other pc i am not getting any issue but some Pc i am facing that error please suggest to me how i can resolve this error please

Hi Ram_Gurav1,

The error occurs probably because your element index is more than the array length available. It can occur on different machines even running the same project due to different data being processed.

For example, your array is {1,2,3} but trying to insert more than 3 index.

You need to look into the length of array and check against the number of index.

Regards,
Austin

thank for reply but we have Community education
Same Project Run other Pc no any issue but some pc we are getting this error