I couldn't remember if there's a switch statement or not?
I thought I read a post/documentation at some point and time but when I did a search and reviewed the Documentation I didn't see it
Could someone refer me?
Hi, you can use an IF statement like IF(1,2,3) , or the ternary operator like 1 ? 2 : 3 , both of these work for switch functions.
Thanks @Stephen, I’ll have to check this out sometime. I ended up just creating a dropdown custom with values