Skip to main content

AutomationComponentFieldOption

A selectable option for an automation component field.

type AutomationComponentFieldOption {
fieldType: AutomationComponentFieldTypeEnum
label: String!
options: [AutomationComponentFieldOption!]!
referenceType: AutomationReferenceTypeEnum
value: String!
}

Fields

AutomationComponentFieldOption.fieldType ● AutomationComponentFieldTypeEnum enum automations

The value field type to use when this option controls another field.

AutomationComponentFieldOption.label ● String! non-null scalar common

The human-facing label for this option.

AutomationComponentFieldOption.options ● [AutomationComponentFieldOption!]! non-null object automations

Nested value options available when this option controls another field.

AutomationComponentFieldOption.referenceType ● AutomationReferenceTypeEnum enum automations

The referenced record type when this option resolves to a record.

AutomationComponentFieldOption.value ● String! non-null scalar common

The stored value sent back when this option is selected.

Member Of

AutomationComponentField object ● AutomationComponentFieldOption object