How to restrict source tables when creating new own list in WorkspaceIssue Users can create their own lists in a workspace's list, which basically creates a custom view of any table they can access. However, the concern may be that the tables shown in "Select source" could allow users to see tables they do not need to see. ReleaseSan DiegoResolutionActual users with appropriate read roles are the only ones that can see the table's name in the "Select source" field. For example, given a custom table [custom_test] that needs an admin or someone with role custom_test_user for read access: A user that does not have the above role and is not admin will not be able to see the table in "Select source": Once the user is given the read ACL role, the table will then show in the list.