Expression functionsMap OperationsvaluesOn this pagevaluesThe values of a map, in the same order as keys() returns its keys values(m: map) -> array Arguments NameTypemmap Example {{ values({"id": 7, "status": "open"}) }} Returns ["open", 7].