Skip to main content

values (Function)

Function to return the values of the map.

Syntax

<OBJECT> map:values(<OBJECT> map)

Query Parameters

NameDescriptionDefault ValuePossible Data TypesOptionalDynamic
mapThe map from which list if values to be returned.OBJECTNoYes

Example 1

map:values(stockDetails)

Returns values of the stockDetails map.