I’ve had a closer look at what’s going on and why the IF statement doesn’t validate.
Let’s assume the following:
- I have a multiple selection field with options: 1, 2, 3
- If I only select option one, “IF option 1” will validate
- If I select option 1, 2, “IF option 1” will no longer validate
How would an IF statement look like that validates as long as option ‘1’ is selected, no matter how many other options are selected?
Thanks in advance!