SelectField

Subclass of UnitField

{
  "type": "select",
	"field_id": "sentiment",
  "title": "Sentiment",
  "description": "Choose a sentiment that best describes this text",
  "required": True,
  "choices_from_field": "Options",
}
ParameterTypeDefaultDescription
choicesarrayAn array of selectable options, choices is not required if choices_from_field is present.
choices_from_fieldstringMust be a valid field_id