We have built a dummy User List in system, selective access enabled, so user can set write access to those users.
Is there anyway to directly retrieve the list of users who have write access?
Attached pic to illustrate the purpose: User2 was given write access to User1 User3 and User2 itself, we'd like to get a list of User1,User3.
There are two challenges:
- 'Write' column can't be used as a property
- User1, User2, User3 fill in the same field, will need to take them out separately to form the target list.
Is there any solution to tackle the problem? Thanks in advance.