Enum list for user

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

0 4 190
4 REPLIES 4

Steve
Participant V

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:

Thanks,  Steve!
How can make list of Uses that now, They are logged in to app for making Enum list?

I'm afraid I don't understand your question. I ask that you please start a new topic for your question, and provide more details in that post.

Yes, Thanks!

Top Labels in this Space