The lookup
function is used to lookup a property of a record.
- variable (mandatory): The record to lookup an property from.
- property (mandatory): The name of the property to lookup
lookup(variable, property="name")
where variable
is { name: "foo" }
returns "foo"