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?

 

Screenshot_20230131-230310829.jpg

Solved Solved
0 1 82
1 ACCEPTED SOLUTION

Use a Valid if expression. For example:

COUNT([_THIS]) <= 2

View solution in original post

1 REPLY 1

Use a Valid if expression. For example:

COUNT([_THIS]) <= 2
Top Labels in this Space