Enumlist error

I’m having a problem with my enumlist.
I have this function in validif
select(
Write Up Response[Response],
([Type]=“Preliminary”))

but when I save it, I get this warning.
“Column Name ‘Preliminary Action’ in Schema ‘Write Ups_Schema’ of Column Type ‘EnumList’ should have a list of allowed values or allow the user to add other values.”

Does the validif not act as a list of allowed values?

0 1 123
1 REPLY 1

Aurelien
Google Developer Expert
Google Developer Expert

Hi @School_Bus

You will need to tick the “allow other values” option

Almost.
you are right about Valid_If purpose, but enumList requires a list of values, independently of the Valid_If condition.
So, you have two choices: enter a list of probable values that will come from the Valid_If expression, of tick the “allow other values” option. I would go for this one

Top Labels in this Space