Lookup

Description

The lookup function is used to lookup a property of a record.

Parameters

  • variable (mandatory): The record to lookup an property from.
  • property (mandatory): The name of the property to lookup

Examples

  • lookup(variable, property="name") where variable is { name: "foo" } returns "foo"