Hello everyone!
I'm trying to work out how to write a visibility rule looking at a text drop down (multi option) to say, "if more than one option is selected in the drop down, show this label".
I tried the following but I think it's based on a numerical value and isn't counting the actual selections in the drop down.
If (Value(DataCardValue154_5.Selected.Value) <1, true)
Any help you can provide would be appreciated!