Skip to main content

Add to Array

Appends elements to an existing array.

Category: Variables & Data Assignment · Group: General · Activity name: ArrayAppend

The ArrayAppend activity in the designer

Example

ArrayAppend("<array>", [])

Inputs

NameTypeRequiredDefaultDescription
Array NamestringYesThe name of the array to which you want to append elements.
ElementsarrayYesThe elements to be added to the array.