ArrayLast
Return first item in array
Method Signature
Arguments
Argument
Type
Required
Description
Default
array
array
true
The array to get the last
Examples
Show the last element of an array
Uses the arrayLast function to retrieve the last element of an array
Result: "third"
Additional Examples
Related
Last updated
Was this helpful?