~~Trying to check against a dropdown for visibility formula. Basically "if the dropdown is set to this a certain choice, then this label should appear." My keys and the dropdowns are different (so the key might be CEN and the dropdown option would be Censor).
I'm using this visibility formula:
${equalText('Class', 'text_of_check')}$```
And yes, it shows that the switch case is providing the correct result but the equalText is still showing false? I feel like I'm losing my mind.~~
Ignore all that, literally 2 seconds later managed to get it to work, without even using the switchCase. 🤦♂️