How to set multiple choice and user display setting?

  1. There is currently no option to select multiple items from a choice component. It’s been asked for several times, but we don’t have anything yet. There are a lot of ways to achieve something similar, such as multiple choice components that fill multiple columns, and a template column to join them together. Or, you could store a list of users as separate rows in another table, with relations to link everything together. Or you could create some version of the examples in the post below, that would let you select multiple items and create a joined list of the selections.
    Reset Multiple Rows At Once

  2. The post below explains why you can’t use glide columns for Row owners. Also, you mention that you are trying to use a relation to do this. A relation is a matching row or series of rows. It’s not a specific column. A lookup column would return a specific column from that relation. But even using a Lookup wouldn’t work in this case due to security reasons described below. Row Owners is more of a security feature instead of a filter feature. If you switch to a Private Pro app, then you will have access to Roles. Roles allow you to set multiple users to a role, which would allow you to set a column containing a role as the row owner as compared to an email address.
    🛡️Roles and Row Owners DEMYSTIFIED - #9 by Jeff_Hager

1 Like