values (Function)
Function to return the values of the map.
Syntax
<OBJECT> map:values(<OBJECT> map)
Query Parameters
Name | Description | Default Value | Possible Data Types | Optional | Dynamic |
---|---|---|---|---|---|
map | The map from which list if values to be returned. | OBJECT | No | Yes |
Example 1
map:values(stockDetails)
Returns values of the stockDetails
map.