Returns definition object for a specified field
dataName
String (required) - The data name of the field
Object
FIELD('condition')
// returns the definition object for the field with a dataName of 'condition'
FIELD('condition').parent.label
// returns the label string for the parent of the field with a dataName of 'condition'