-
Hi there, So with conditional logic I want to show the column 3 text field if the select value is greater than or equal to 3. I can get the field showing with:
so I know I'm close, but that only shows while '3' is the selected number, choose '4' instead and it rightly disappears, but if I change operator to Am I getting the operator wrong, or can I have several values for '==' ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi lain-g, as far as I know, you can have several values.
And this will work as OR:
|
Beta Was this translation helpful? Give feedback.
Hi lain-g, as far as I know, you can have several values.
This will work as AND:
And this will work as OR: