Enumlist select condition

Hi,

I want my user not to tick more than one name or two names at a time from drop-down with Enumlist. It’s possible?

Use a Valid if expression. For example:

COUNT([_THIS]) <= 2
1 Like