Hello this is my first time using uipath studio
I am try to insert in a array variable type String a new value (like in javascript you use array.push(“element”)).
In my case i have in a secuence assing activity array = {“name1”, “name2”} so i want to do another assig activity that push “name3”, but if I put array(2) = “name3” I have an error: index was outside the bounds of the array
I try too put in the default field of the array variable New String(10){} but nothing