Add to Array
Appends elements to an existing array.
Category: Variables & Data Assignment · Group: General · Activity name: ArrayAppend

Example
ArrayAppend("<array>", [])
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Array Name | string | Yes | The name of the array to which you want to append elements. | |
| Elements | array | Yes | The elements to be added to the array. |