Skip to main content

SingleSelectColumnRepeatedChoicesError

Indicates that a single-select column has repeated choices.

typeTyperequired
Constant value: single_select_column_repeated_choices
Default value: single_select_column_repeated_choices
columnNameColumnnamerequired

The name of the column that has repeated choices.

repeatedChoicesstring[]required

The repeated choices.

SingleSelectColumnRepeatedChoicesError
{
"type": "single_select_column_repeated_choices",
"columnName": "string",
"repeatedChoices": [
"string"
]
}