Editing members of a group

Hi all. I have groups of users in my app. I’m trying to figure out how to create a screen that allows an admin to add and remove users from a group.

E.g.

Staff → Sarah, Tom, Isaac

I’d like to be able to add Clara to the group, remove Isaac etc.

Thanks!

Hi Rc,

You can use a many-to-many relationship (3rd option when selecting relationship) then when updating the user, you could remove or add users.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.