Skip to main content

Overview

The lookup transformation retrieves a property value from a record (object). It returns the value of the specified property as a string.

Syntax

lookup(<variable>, property="")

Parameters

ParameterTypeRequiredDescription
variableobjectYesThe record/object to look up a property from
propertystringYesThe property name to retrieve

Examples

lookup(<variable>, property="name")
lookup(<variable>, property="email")