Available Functions : Using Core Functions : Field Reference Functions
 
Share this page                  
Field Reference Functions
The FieldReference category provides functions for accessing named fields within input data. These functions can be used in places where a function is required but simple field value access is wanted.
Function Name
Description
Output Type
Parameters
FieldReference.value
Returns the value of the given field.
Type of the input field
Field name
FieldReference.values
Returns a list of functions for referencing the values of the given fields.
Type of the input fields
List of field names