I have a from, in the second question i have enum list. Is it possible to show this enum based on the user login. Or is it possible to valid based on the user
Yes:
SWITCH(
USEREMAIL(),
"someone@somewhere",
LIST("Red", "Blue", "Green"),
"someoneelse@somewhereelse",
LIST("Purple", "Gold"),
...,
LIST()
)
Yes, but I’d need more details to provide a good example.
See also: