Array Push

I am trying to add multiple UPS tracking numbers at once to an array in app connect but can’t figure out how to do it. I can do it using the .split() function when I create an array programmatically and the push the new items onto the array but there is not a push method for app connect arrays. Everything else I have tried has failed. Am I missing something, or is this not possible using arrays in app connect?

Thanks