Returns the current value of a field given the field's data name

Parameters

field String (required) - the Data Name of the field

Returns

The current field value

Examples

VALUE('name')

// identical to using $name

// returns "Test Record"