VALUESuggest EditsReturns 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 JavaScriptVALUE('name') // identical to using $name // returns "Test Record" Updated almost 3 years ago Table of Contents Parameters Returns Examples