pushToArray
- 23 May 2023
-
DarkLight
-
PDF
pushToArray
- Updated on 23 May 2023
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
push To Array task Purpose
The push To Array
task adds an item to the end of a job array variable.
Properties
Property | Description |
---|---|
Select Job Variable (required) | Select the job variable from the dropdown list that will receive a new item at the end of its array value. |
Item Location (required) | Specify where to find the item to add. The item location may come from a "job" variable, a "static" value, or an earlier task's outgoing variable. |
Item (required) | If Item location is "static", the Value field becomes a text edit box; type the new value. If Item location is "job" or an earlier task, the Value field becomes a dropdown list; select one of the listed variables. |
Example
Assume a job variable named fruits
with value ["apple","banana","orange"]
and you want to add pear
as a fourth element in the array.
- In the push task properties dialog box, select
fruits
from the Select Job Variables dropdown. - Select Item Location
static
. - Type
pear
in the Item text box. - Click UPDATE.
The push task changes job variable fruits to have value ["apple","banana","orange", "pear"]
.
Figure: Push To Array Task
Was this article helpful?