No, you can't insert an new element into an array when there is nothing to insert into. You could do a Replace Array Element if the array was initialized to the size you need or you can use the Build Array but in any case, you have to define all of the elements between the old array and the index of the new element.