first
Returns the first item of an array
Input
-
foo_array = [1, 2, 3, 4, 5, 6]
{{ foo_array.first }}
Output
-
1
latest • VMware vRA 7.x Plug-in
All Versions
Returns the first item of an array
foo_array = [1, 2, 3, 4, 5, 6]
{{ foo_array.first }}
1