Let me try, but I wonder if select() return a list of values?
Update:
It works.
At first I used " , " to split the value of enum list since I saw the values are separated by those 3 characters. But than I follow your suggestion to use “,” instead and make it.
AppSheet is really good at trimming extra spaces off things intelligently; they know what we’re generally trying to do, and make it happen for us. That’s one of the reasons why I love the platform so much, it’s soooo intuitive on things that people are completely unaware of.