EnumList Ref selection limit

I have a dropdown with an EnumList and Base Type Ref to a “users” table.
And i have a counter in that form named [SEATS]. I want, that a user can select the amount values of [SEATS]. But in ValidIf is a value: “users[_ComputedName]” and idk why this value is there - when i delete this value the EnumList is empty.

Hi,

Yes, it’s true that if the value or list in valid if is deleted, it will be empty in enumlist because enumlist takes its value or list from valid if or Value, try the following link: Display a drop-down with a simple list of values - AppSheet Help

Unlike a column of type Ref, a column of type EnumList (or just Enum) of base type Ref requires a Valid if or Suggested values expression in order to present a drop-down menu of options to the user. Your Valid if expression, users[_ComputedName], is generating a list of all rows of the users table.