Dynamically create a select box based on user roles / groups
Hello everyone, today I got an interesting question. A customer wants to have a dropdown where a user can only select items based on the user's groups or roles. I had the idea of writing the options into a table with a list field that holds the appli...