Returns the value associated with the given key in the given object.
LOOKUP(object: Object, propertyname: String) => String|Number
Parameter | Description |
Object | Object whose property will be get |
Property name | Name of the property to take from object |
animal = {"name":"dog","weight":123,"active":false,"children":0}
Formula | Return value |
|
|
|
|